diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-07-10 20:47:10 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-07-10 20:47:10 +0000 |
| commit | ad8a7e2e025cd6eba8f7b8b29f85cb9e81b808b5 (patch) | |
| tree | 7b57cec10384e18d54a5a4874d978560bd8226a1 /openbox/client.h | |
| parent | 007a84323f7c3445683fb189c00b7952cdd7d988 (diff) | |
grow to edge works again, using the new edge detection code
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/client.h b/openbox/client.h index cae9d905..9f208596 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -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 |
