From 8ae589465fc2d89857a8a9e5782cb297e8dc58aa Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 9 May 2007 04:40:08 +0000 Subject: resist for one key press at edges when keyboard move/resizing --- openbox/resist.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'openbox/resist.h') diff --git a/openbox/resist.h b/openbox/resist.h index b961bbeb..7c3ed3c3 100644 --- a/openbox/resist.h +++ b/openbox/resist.h @@ -23,9 +23,11 @@ struct _ObClient; #include -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); +void resist_move_windows(struct _ObClient *c, gint resist, gint *x, gint *y); +void resist_move_monitors(struct _ObClient *c, gint resist, gint *x, gint *y); +void resist_size_windows(struct _ObClient *c, gint resist, gint *w, gint *h, + ObCorner corn); +void resist_size_monitors(struct _ObClient *c, gint resist, gint *w, gint *h, + ObCorner corn); #endif -- cgit v1.2.3