]> Dogcows Code - chaz/openbox/blob - openbox/resist.h
move the resistance plugin into the kernel. dont resist when move/resizing with the...
[chaz/openbox] / 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
This page took 0.035298 seconds and 5 git commands to generate.