mirror of
https://github.com/swaywm/sway.git
synced 2025-11-03 09:01:43 -05:00
Fullscreen fixes.
This commit is contained in:
parent
cc4da245a8
commit
72beae209b
6 changed files with 170 additions and 29 deletions
|
|
@ -112,6 +112,7 @@ struct sway_wl_shell_view {
|
|||
struct wl_listener request_resize;
|
||||
struct wl_listener request_maximize;
|
||||
struct wl_listener request_fullscreen;
|
||||
struct wl_listener set_state;
|
||||
struct wl_listener destroy;
|
||||
|
||||
int pending_width, pending_height;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue