]> Dogcows Code - chaz/openbox/blob - openbox/resist.h
add a reconfigure action, also reconfigure on SIGUSR2.
[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_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
This page took 0.032503 seconds and 4 git commands to generate.