]> 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 9f9d4dfda388080c2512a5dd4c0b586b11c9d190..b0b1f2a106daabeda8afb1a38aa3947084a8cc42 100644 (file)
@@ -153,7 +153,7 @@ void moveresize_start(ObClient *c, gint x, gint y, guint b, guint32 cnr)
     moving = (cnr == prop_atoms.net_wm_moveresize_move ||
               cnr == prop_atoms.net_wm_moveresize_move_keyboard);
 
-    if (moveresize_in_progress || !frame_visible(c->frame) ||
+    if (moveresize_in_progress || !c->frame->visible ||
         !(moving ?
           (c->functions & OB_CLIENT_FUNC_MOVE) :
           (c->functions & OB_CLIENT_FUNC_RESIZE)))
This page took 0.019673 seconds and 4 git commands to generate.