diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-08-14 16:30:53 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-08-15 07:36:51 -0400 |
commit | 5b1ce84350d78fa1bf7dc8ff421ae7c919542346 (patch) | |
tree | ec6ede3f9aa996779b84789c22217e94bba0d725 /include/wlr | |
parent | 84c6dbd58d0dc862488c9c6364f9f78276a893f0 (diff) |
implement buffer transform
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_surface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_surface.h b/include/wlr/types/wlr_surface.h index d3104741..6dbee113 100644 --- a/include/wlr/types/wlr_surface.h +++ b/include/wlr/types/wlr_surface.h @@ -23,7 +23,7 @@ struct wlr_surface_state { int32_t sx, sy; pixman_region32_t surface_damage, buffer_damage; pixman_region32_t opaque, input; - uint32_t transform; + enum wl_output_transform transform; int32_t scale; }; |