diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-05 00:50:53 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-05 00:50:53 +0000 |
| commit | 9a9e3f6bf6be75094636e37d54fb16e4456b43be (patch) | |
| tree | d6da68af860d34824a5d0a78ff49fc29dc89a339 /openbox/moveresize.h | |
| parent | 0c15af505fb5bcd5e906e0146f82038b51f73307 (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.h | 2 |
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 |
