mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Center wl shell views
This commit is contained in:
parent
3c6f2f29bf
commit
3774d6c2c0
2 changed files with 26 additions and 2 deletions
|
|
@ -15,6 +15,10 @@ struct roots_wl_shell_surface {
|
|||
struct wl_listener request_resize;
|
||||
struct wl_listener request_set_fullscreen;
|
||||
struct wl_listener request_set_maximized;
|
||||
|
||||
struct wl_listener surface_commit;
|
||||
|
||||
bool initialized;
|
||||
};
|
||||
|
||||
struct roots_xdg_surface_v6 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue