]> icculus.org git repositories - dana/openbox.git/blob - openbox/resist.h
make focus cycling work when not interactive
[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(struct _ObClient *c, gint *x, gint *y);
9 void resist_size(struct _ObClient *c, gint *w, gint *h, ObCorner corn);
10
11 #endif