From 9a9e3f6bf6be75094636e37d54fb16e4456b43be Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 5 May 2007 00:50:53 +0000 Subject: woa.. let you do mouse actions while in an interactive keyboard action, and let you do keyboard actions while move/resizing. yay. also you can click in windows at the same time.. --- openbox/moveresize.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/moveresize.h') diff --git a/openbox/moveresize.h b/openbox/moveresize.h index 410b5544..ec5ce10d 100644 --- a/openbox/moveresize.h +++ b/openbox/moveresize.h @@ -40,6 +40,6 @@ void moveresize_start(struct _ObClient *c, gint x, gint y, guint button, guint32 corner); void moveresize_end(gboolean cancel); -void moveresize_event(XEvent *e); +gboolean moveresize_event(XEvent *e); #endif -- cgit v1.2.3