From 5cac2437c29f7da80e0326238e1092f88834424a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 2 Sep 2003 07:50:09 +0000 Subject: separate window and screen snapping so only one or the other can be used --- openbox/resist.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'openbox/resist.h') 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 -- cgit v1.2.3