]> Dogcows Code - chaz/openbox/blob - openbox/resist.h
4031ac24644ae49465b683f28fd44cc84b6a06a8
[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.033995 seconds and 3 git commands to generate.