]> Dogcows Code - chaz/openbox/blobdiff - openbox/moveresize.c
yay. way way cleaner code for iconify animations. let people show/hide the frame...
[chaz/openbox] / openbox / moveresize.c
index 868c0c25ceb2477906cd21bbf8a296fbe8d9ecbd..b0b1f2a106daabeda8afb1a38aa3947084a8cc42 100644 (file)
@@ -159,6 +159,8 @@ void moveresize_start(ObClient *c, gint x, gint y, guint b, guint32 cnr)
           (c->functions & OB_CLIENT_FUNC_RESIZE)))
         return;
 
+    frame_end_iconify_animation(c->frame);
+
     moveresize_client = c;
     start_cx = c->area.x;
     start_cy = c->area.y;
This page took 0.027932 seconds and 4 git commands to generate.