]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.c
yay. way way cleaner code for iconify animations. let people show/hide the frame...
[chaz/openbox] / openbox / event.c
index ec0789d151d3a9f63bbbe9d675d416c8c9964186..49e1cc061e91b1d4145d5e06ee93521dd8491797 100644 (file)
@@ -1386,7 +1386,7 @@ static void event_handle_user_input(ObClient *client, XEvent *e)
         {
             /* the frame may not be "visible" but they can still click on it
                in the case where it is animating before disappearing */
-            if (client && frame_visible(client->frame))
+            if (client && client->frame->visible)
                 mouse_event(client, e);
         } else if (e->type == KeyPress) {
             keyboard_event((focus_cycle_target ? focus_cycle_target :
This page took 0.022765 seconds and 4 git commands to generate.