From bf14853e55c97d35be0a311b04617d15c8f9b2c0 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 18 Apr 2003 06:28:57 +0000 Subject: [PATCH] unset the client when done moveresizing --- openbox/moveresize.c | 1 + 1 file changed, 1 insertion(+) diff --git a/openbox/moveresize.c b/openbox/moveresize.c index 989e3843..206d9752 100644 --- a/openbox/moveresize.c +++ b/openbox/moveresize.c @@ -131,6 +131,7 @@ void moveresize_end(gboolean cancel) coords = None; moveresize_in_progress = FALSE; + moveresize_client = NULL; if (moving) { client_configure(moveresize_client, Corner_TopLeft, -- 2.39.2