diff --git a/src/modules/tiling/e_mod_tiling.c b/src/modules/tiling/e_mod_tiling.c index 7a2d1e735..51d68a0b1 100644 --- a/src/modules/tiling/e_mod_tiling.c +++ b/src/modules/tiling/e_mod_tiling.c @@ -164,8 +164,10 @@ is_tilable(const E_Client *ec) if (ec->icccm.min_h == ec->icccm.max_h && ec->icccm.max_h > 0) return false; +#ifndef WAYLAND_ONLY if (ec->icccm.gravity == ECORE_X_GRAVITY_STATIC) return false; +#endif if (ec->e.state.centered) return false;