]> Dogcows Code - chaz/openbox/blobdiff - openbox/place.c
lots of fixes for the iconify animation. i think it should all work perfectly now ?
[chaz/openbox] / openbox / place.c
index 8003270eb0e04f6afe4ee99cae683b96d2127224..eada385f6a0f52e45c19eaa07088b721ae22109b 100644 (file)
@@ -251,7 +251,8 @@ typedef enum
 } ObSmartType;
 
 #define SMART_IGNORE(placer, c) \
-    (placer == c || !c->frame->visible || c->shaded || !client_normal(c) || \
+    (placer == c || c->shaded || !client_normal(c) || \
+     !frame_visible(c->frame) || \
      (c->desktop != DESKTOP_ALL && \
       c->desktop != (placer->desktop == DESKTOP_ALL ? \
                      screen_desktop : placer->desktop)))
This page took 0.019799 seconds and 4 git commands to generate.