mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-25 06:59:42 -05:00
xdg-shell: cleanup
This commit is contained in:
parent
48ae4fc588
commit
67ea307753
2 changed files with 3 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue