]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
Allow loading of menu files outside of your XDG_CONFIG_HOME (Fix bug 5711)
[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.020091 seconds and 4 git commands to generate.