diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-10-06 07:52:18 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-10-06 07:52:18 -0400 |
commit | 67ea30775390cf535ae6431186b367a6a63a3621 (patch) | |
tree | 53b738dde9ee615a368057468a9c52603464edc2 /include | |
parent | 48ae4fc5882d5d1b47e951b9f4fc0c64584d856e (diff) |
xdg-shell: cleanup
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_xdg_shell_v6.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/wlr/types/wlr_xdg_shell_v6.h b/include/wlr/types/wlr_xdg_shell_v6.h index 408df16a..c7067e80 100644 --- a/include/wlr/types/wlr_xdg_shell_v6.h +++ b/include/wlr/types/wlr_xdg_shell_v6.h @@ -49,7 +49,6 @@ struct wlr_xdg_popup_grab_v6 { struct wlr_seat *seat; struct wl_list popups; struct wl_list link; // wlr_xdg_shell_v6::popup_grabs - // TODO: seat_handle destroy will release the grab }; enum wlr_xdg_surface_v6_role { @@ -84,7 +83,6 @@ struct wlr_xdg_toplevel_v6 { struct wlr_xdg_toplevel_v6_state current; }; -// TODO split up into toplevel and popup configure struct wlr_xdg_surface_v6_configure { struct wl_list link; // wlr_xdg_surface_v6::configure_list uint32_t serial; |