]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
Make LeastOverlap placment replace the behaviour of Smart and address style nits
[chaz/openbox] / openbox / client.c
index 07db26bfa7040e2f318f2d8fa170e94b374345a4..c54b21fba3e0a135e3b50a1c60ff61913af30273 100644 (file)
@@ -2774,6 +2774,12 @@ gboolean client_helper(ObClient *self)
             self->type == OB_CLIENT_TYPE_TOOLBAR);
 }
 
+gboolean client_occupies_space(ObClient *self)
+{
+    return !(self->type == OB_CLIENT_TYPE_DESKTOP ||
+             self->type == OB_CLIENT_TYPE_SPLASH);
+}
+
 gboolean client_mouse_focusable(ObClient *self)
 {
     return !(self->type == OB_CLIENT_TYPE_MENU ||
This page took 0.016572 seconds and 4 git commands to generate.