X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.h;h=e33b89e4da72e9280f25768e5d4afa75deddf017;hb=4dbce5e505e7b9e2f157c53d8e0445583a463755;hp=fcfb28b80c32c13cfbce32b04a9c1d2cafb0d02f;hpb=01a35904fec67a7f92a0eb7f19457e79ca3d0988;p=chaz%2Fopenbox diff --git a/openbox/client.h b/openbox/client.h index fcfb28b8..e33b89e4 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -457,8 +457,15 @@ 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); +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 @@ -619,8 +626,6 @@ void client_get_type_and_transientness(ObClient *self); const ObClientIcon *client_icon(ObClient *self, gint w, gint h); -ObClientIcon *client_thumbnail(ObClient *self, gint w, gint h); - /*! Return TRUE if the client is transient for some other window. Return FALSE if it's not transient or there is no window for it to be transient for */ @@ -702,6 +707,4 @@ ObClient* client_under_pointer(); gboolean client_has_group_siblings(ObClient *self); -void clienticon_free(ObClientIcon *ci); - #endif