X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fresist.h;h=af89179a48014d4b9a1f5162c0fe7d2a82b609a8;hb=3ce8f836749c9f74f6888251f0a7f2ff601830c0;hp=4031ac24644ae49465b683f28fd44cc84b6a06a8;hpb=35ed95fe18e9b8d7a79f79f4fd7466a2b46435e3;p=chaz%2Fopenbox diff --git a/openbox/resist.h b/openbox/resist.h index 4031ac24..af89179a 100644 --- a/openbox/resist.h +++ b/openbox/resist.h @@ -5,7 +5,9 @@ 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); +void resist_move_windows(struct _ObClient *c, gint *x, gint *y); +void resist_move_monitors(struct _ObClient *c, gint *x, gint *y); +void resist_size_windows(struct _ObClient *c, gint *w, gint *h, ObCorner corn); +void resist_size_monitors(struct _ObClient *c, gint *w, gint *h,ObCorner corn); #endif