summaryrefslogtreecommitdiff
path: root/openbox/moveresize.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-05 00:50:53 +0000
committerDana Jansens <danakj@orodu.net>2007-05-05 00:50:53 +0000
commit9a9e3f6bf6be75094636e37d54fb16e4456b43be (patch)
treed6da68af860d34824a5d0a78ff49fc29dc89a339 /openbox/moveresize.h
parent0c15af505fb5bcd5e906e0146f82038b51f73307 (diff)
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..
Diffstat (limited to 'openbox/moveresize.h')
-rw-r--r--openbox/moveresize.h2
1 files changed, 1 insertions, 1 deletions
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