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