From 9ed8c7ebc020410364c206b58ac2c212cd959180 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Tue, 18 Mar 2008 21:55:20 +0100 Subject: [PATCH] Show popup even earlier. But ideally, the window should have moved/resized by now, it doesn't until the next pixel... --- openbox/moveresize.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openbox/moveresize.c b/openbox/moveresize.c index 64c842ea..cbae2851 100644 --- a/openbox/moveresize.c +++ b/openbox/moveresize.c @@ -255,6 +255,10 @@ void moveresize_start(ObClient *c, gint x, gint y, guint b, guint32 cnr) cur_h = start_ch; moveresize_in_progress = TRUE; + if (moving) + do_move(FALSE, 0); + else + do_resize(); #ifdef SYNC if (config_resize_redraw && !moving && obt_display_extension_sync && -- 2.34.1