diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-06-20 13:04:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-20 13:04:26 -0700 |
commit | 637479ce057eba1fbf48460ff239cb878f915b91 (patch) | |
tree | 4af1bef9540d03002d290be077cfd812f25b3871 /include | |
parent | cc89906ddfe249c59cfa35babf1aeccaae3b5e26 (diff) | |
parent | a6c0e25d363e850eb5693c081022925b2a31a8a2 (diff) |
Merge pull request #1071 from emersion/remove-wlr-frame-callback
surface: remove wlr_frame_callback
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_surface.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/wlr/types/wlr_surface.h b/include/wlr/types/wlr_surface.h index 8517934a..4f4f9ff4 100644 --- a/include/wlr/types/wlr_surface.h +++ b/include/wlr/types/wlr_surface.h @@ -8,11 +8,6 @@ #include <wayland-server.h> #include <wlr/types/wlr_output.h> -struct wlr_frame_callback { - struct wl_resource *resource; - struct wl_list link; -}; - #define WLR_SURFACE_INVALID_BUFFER 1 #define WLR_SURFACE_INVALID_SURFACE_DAMAGE 2 #define WLR_SURFACE_INVALID_BUFFER_DAMAGE 4 |