From 077cd7f94440a5001d62a2df03131a2c33a8c3e2 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 18 Apr 2003 01:51:41 +0000 Subject: watch out when unmanaging a window, that it is not being move/resized --- openbox/moveresize.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/moveresize.h') 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 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); -- cgit v1.2.3