diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-18 01:51:41 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-18 01:51:41 +0000 |
| commit | 077cd7f94440a5001d62a2df03131a2c33a8c3e2 (patch) | |
| tree | cb163313c89b8b0b2c8aa074b5bd4933d5861629 /openbox/moveresize.h | |
| parent | cfe3dc9ec4d582cf71df06d45e6045b3e32464af (diff) | |
watch out when unmanaging a window, that it is not being move/resized
Diffstat (limited to 'openbox/moveresize.h')
| -rw-r--r-- | openbox/moveresize.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/moveresize.h b/openbox/moveresize.h index 5fc8efde..ba717cd8 100644 --- a/openbox/moveresize.h +++ b/openbox/moveresize.h @@ -6,10 +6,12 @@ #include <glib.h> extern gboolean moveresize_in_progress; +extern Client *moveresize_client; void moveresize_startup(); void moveresize_start(Client *c, int x, int y, guint button, guint32 corner); +void moveresize_end(gboolean cancel); void moveresize_event(XEvent *e); |
