]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
move to edge works and the code can be used for resize now too, yay
[chaz/openbox] / openbox / client.h
index fcfb28b80c32c13cfbce32b04a9c1d2cafb0d02f..cae9d9052056175eea2833a9fb3de845d0632851 100644 (file)
@@ -457,6 +457,10 @@ 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);
 
This page took 0.022979 seconds and 4 git commands to generate.