mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
rootston: handle request_move
This commit is contained in:
parent
d6c6b7c506
commit
63f277f3b9
2 changed files with 42 additions and 1 deletions
|
|
@ -10,7 +10,10 @@ struct roots_wl_shell_surface {
|
|||
// TODO: Maybe destroy listener should go in roots_view
|
||||
struct wl_listener destroy;
|
||||
struct wl_listener ping_timeout;
|
||||
// TODO: other stuff
|
||||
struct wl_listener request_move;
|
||||
struct wl_listener request_resize;
|
||||
struct wl_listener request_set_fullscreen;
|
||||
struct wl_listener request_set_maximized;
|
||||
};
|
||||
|
||||
struct roots_xdg_surface_v6 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue