diff options
author | Leonardo Hernández Hernández <leohdz172@proton.me> | 2023-06-02 21:34:22 -0600 |
---|---|---|
committer | Leonardo Hernández Hernández <leohdz172@proton.me> | 2023-06-02 22:03:41 -0600 |
commit | 06bc65549f42bcfa2f0b119149eacb7e5adc9073 (patch) | |
tree | 7eab57e2345d8dcd981349624594b35dbdd26682 /client.h | |
parent | a8ccbe63f3ca06d2fac880414e68c7b3ca0ae88f (diff) |
chase wlroots map logic unification
Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
Diffstat (limited to 'client.h')
-rw-r--r-- | client.h | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -226,16 +226,6 @@ client_is_float_type(Client *c) } static inline int -client_is_mapped(Client *c) -{ -#ifdef XWAYLAND - if (client_is_x11(c)) - return c->surface.xwayland->mapped; -#endif - return c->surface.xdg->mapped; -} - -static inline int client_is_rendered_on_mon(Client *c, Monitor *m) { /* This is needed for when you don't want to check formal assignment, |