]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
add focused check to if action
[chaz/openbox] / openbox / client.h
index fcfb28b80c32c13cfbce32b04a9c1d2cafb0d02f..9f208596f2fe6261fc2573b09b289e5c80bcbe19 100644 (file)
@@ -457,8 +457,15 @@ void client_move_onscreen(ObClient *self, gboolean rude);
 
 /*! dir is either North, South, East or West. It can't be, for example,
   Northwest */
+void client_find_edge_directional(ObClient *self, ObDirection dir,
+                                  gint my_head, gint my_tail,
+                                  gint my_edge_start, gint my_edge_size,
+                                  gint *dest, gboolean *near_edge);
 void client_find_move_directional(ObClient *self, ObDirection dir,
                                   gint *x, gint *y);
+void client_find_resize_directional(ObClient *self, ObDirection side,
+                                    gboolean grow,
+                                    gint *x, gint *y, gint *w, gint *h);
 
 /*! Fullscreen's or unfullscreen's the client window
   @param fs true if the window should be made fullscreen; false if it should
This page took 0.0226 seconds and 4 git commands to generate.