mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-17 06:59:52 -05:00
opt: remove menu cap in init
This commit is contained in:
parent
f80e5656bf
commit
8f97969a1b
1 changed files with 1 additions and 2 deletions
|
|
@ -2221,8 +2221,7 @@ void commitnotify(struct wl_listener *listener, void *data) {
|
||||||
c->configure_serial = serial;
|
c->configure_serial = serial;
|
||||||
}
|
}
|
||||||
|
|
||||||
uint32_t wm_caps = WLR_XDG_TOPLEVEL_WM_CAPABILITIES_WINDOW_MENU |
|
uint32_t wm_caps = WLR_XDG_TOPLEVEL_WM_CAPABILITIES_FULLSCREEN;
|
||||||
WLR_XDG_TOPLEVEL_WM_CAPABILITIES_FULLSCREEN;
|
|
||||||
|
|
||||||
if (!c->ignore_minimize)
|
if (!c->ignore_minimize)
|
||||||
wm_caps |= WLR_XDG_TOPLEVEL_WM_CAPABILITIES_MINIMIZE;
|
wm_caps |= WLR_XDG_TOPLEVEL_WM_CAPABILITIES_MINIMIZE;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue