mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
xwayland: Implement set_decorations
Fixes games going between borderless and normal windowed modes. Signed-off-by: Joshua Ashton <joshua@froggi.es>
This commit is contained in:
parent
89f09567f5
commit
0a7f1b51f7
2 changed files with 11 additions and 0 deletions
|
|
@ -278,6 +278,7 @@ struct view {
|
|||
struct wl_listener request_fullscreen;
|
||||
struct wl_listener set_title;
|
||||
struct wl_listener set_app_id; /* class on xwayland */
|
||||
struct wl_listener set_decorations; /* xwayland only */
|
||||
struct wl_listener new_popup; /* xdg-shell only */
|
||||
struct wl_listener new_subsurface; /* xdg-shell only */
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue