mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
xwm: remove incorrect implementation of net wm state
This commit is contained in:
parent
32b848bd46
commit
4a106648c4
3 changed files with 40 additions and 50 deletions
|
|
@ -96,6 +96,11 @@ struct wlr_xwayland_surface {
|
|||
uint32_t hints_urgency;
|
||||
struct wlr_xwayland_surface_size_hints *size_hints;
|
||||
|
||||
// _NET_WM_STATE
|
||||
bool fullscreen;
|
||||
bool maximized_vert;
|
||||
bool maximized_horz;
|
||||
|
||||
struct {
|
||||
struct wl_signal destroy;
|
||||
struct wl_signal request_configure;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue