mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
wlr_wl_shell: implement all requests except set_popup
This commit is contained in:
parent
e001e40022
commit
663bfe4cd8
4 changed files with 262 additions and 40 deletions
|
|
@ -7,7 +7,10 @@
|
|||
|
||||
struct roots_wl_shell_surface {
|
||||
struct roots_view *view;
|
||||
// TODO
|
||||
// TODO: Maybe destroy listener should go in roots_view
|
||||
struct wl_listener destroy;
|
||||
struct wl_listener ping_timeout;
|
||||
// TODO: other stuff
|
||||
};
|
||||
|
||||
struct roots_xdg_surface_v6 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue