From: Mikael Magnusson Date: Tue, 18 Mar 2008 20:55:20 +0000 (+0100) Subject: Show popup even earlier. X-Git-Tag: mikabox-3.5-7~35^2~9 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=792fb5164f81f43f1cf067f7bd0fa0b9d1c05517;p=mikachu%2Fopenbox.git Show popup even earlier. But ideally, the window should have moved/resized by now, it doesn't until the next pixel... --- diff --git a/openbox/moveresize.c b/openbox/moveresize.c index 2f68395a..4ca38f91 100644 --- a/openbox/moveresize.c +++ b/openbox/moveresize.c @@ -262,6 +262,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 &&