]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
make maximize work when its not-fullmax
[chaz/openbox] / openbox / client.h
index 5fb26262a9f2b8e29b5b17ada0b4f21c22acfbc1..654945b91b6592cce94d3f4ecfc9f89b3da16eff 100644 (file)
@@ -338,6 +338,17 @@ gboolean client_normal(ObClient *self);
   (utilty, menu, etc) */
 gboolean client_helper(ObClient *self);
 
+/*! Return if the client is a type which should be given focus from mouse
+  presses on the *client* window. This doesn't affect clicking on the
+  decorations. This doesn't count for focus cycling, different rules apply to
+  that. */
+gboolean client_mouse_focusable(ObClient *self);
+
+/*! Return if the client is a type which should be given focus from the
+  mouse entering the window. This doesn't count for focus cycling, different
+  rules apply to that. */
+gboolean client_enter_focusable(ObClient *self);
+
 /* Returns if the window is focused */
 gboolean client_focused(ObClient *self);
 
This page took 0.025049 seconds and 4 git commands to generate.