X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fresist.h;fp=openbox%2Fresist.h;h=4031ac24644ae49465b683f28fd44cc84b6a06a8;hb=35ed95fe18e9b8d7a79f79f4fd7466a2b46435e3;hp=0000000000000000000000000000000000000000;hpb=950b85b9880012ed45b81854b5b5865b1de08a87;p=chaz%2Fopenbox diff --git a/openbox/resist.h b/openbox/resist.h new file mode 100644 index 00000000..4031ac24 --- /dev/null +++ b/openbox/resist.h @@ -0,0 +1,11 @@ +#ifndef ob__resist_h +#define ob__resist_h + +struct _ObClient; + +#include + +void resist_move(struct _ObClient *c, gint *x, gint *y); +void resist_size(struct _ObClient *c, gint *w, gint *h, ObCorner corn); + +#endif