]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
grow to edge works again, using the new edge detection code
[chaz/openbox] / openbox / client.h
index cae9d9052056175eea2833a9fb3de845d0632851..9f208596f2fe6261fc2573b09b289e5c80bcbe19 100644 (file)
@@ -463,6 +463,9 @@ void client_find_edge_directional(ObClient *self, ObDirection dir,
                                   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.019546 seconds and 4 git commands to generate.