]> icculus.org git repositories - dana/openbox.git/blob - openbox/resist.h
save teh client for interactive actions cuz after teh keyboard is grabbed there is...
[dana/openbox.git] / openbox / resist.h
1 #ifndef ob__resist_h
2 #define ob__resist_h
3
4 struct _ObClient;
5
6 #include <glib.h>
7
8 void resist_move_windows(struct _ObClient *c, gint *x, gint *y);
9 void resist_move_monitors(struct _ObClient *c, gint *x, gint *y);
10 void resist_size_windows(struct _ObClient *c, gint *w, gint *h, ObCorner corn);
11 void resist_size_monitors(struct _ObClient *c, gint *w, gint *h,ObCorner corn);
12
13 #endif