Center wl shell views

This commit is contained in:
emersion 2017-10-08 17:59:38 +02:00
parent 3c6f2f29bf
commit 3774d6c2c0
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
2 changed files with 26 additions and 2 deletions

View file

@ -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 {