diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-07-06 04:08:30 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-07-06 04:08:30 +0000 |
| commit | e0e1b7a5cb44c886d00b93051a97c13c44c7228d (patch) | |
| tree | 4083a5aaa3f4c4ac3e25fcafb802cebb6449b76d /openbox/client.h | |
| parent | da5a4da2bcfbf1ee8f1102c56f90c498acbf6f74 (diff) | |
move to edge works and the code can be used for resize now too, yay
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 4 |
1 files changed, 4 insertions, 0 deletions
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); |
