From e0e1b7a5cb44c886d00b93051a97c13c44c7228d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 6 Jul 2007 04:08:30 +0000 Subject: move to edge works and the code can be used for resize now too, yay --- openbox/client.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openbox/client.h') diff --git a/openbox/client.h b/openbox/client.h index fcfb28b8..cae9d905 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -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); -- cgit v1.2.3