mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-25 13:14:13 -04:00
opt: dont send suspend state to client
because some app like gnome not ready for this
This commit is contained in:
parent
17d7cb8e7d
commit
5be87bb750
3 changed files with 0 additions and 12 deletions
|
|
@ -382,15 +382,6 @@ static inline void client_set_tiled(Client *c, uint32_t edges) {
|
|||
}
|
||||
}
|
||||
|
||||
static inline void client_set_suspended(Client *c, int32_t suspended) {
|
||||
#ifdef XWAYLAND
|
||||
if (client_is_x11(c))
|
||||
return;
|
||||
#endif
|
||||
|
||||
wlr_xdg_toplevel_set_suspended(c->surface.xdg->toplevel, suspended);
|
||||
}
|
||||
|
||||
static inline int32_t client_should_ignore_focus(Client *c) {
|
||||
|
||||
#ifdef XWAYLAND
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue