]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
refix for managing iconic windows, without having the frame map which caused flashing.
[chaz/openbox] / openbox / client.c
index f5e600a23561ba2b7a975638dfdcead4daf4c9eb..1a0d2531c23423f63bd324eef262c76654a8cf23 100644 (file)
@@ -2116,10 +2116,9 @@ void client_showhide(ObClient *self)
 {
 
     if (client_should_show(self)) {
-        if (!self->frame->visible)
-            frame_show(self->frame);
+        frame_show(self->frame);
     }
-    else if (self->frame->visible) {
+    else {
         frame_hide(self->frame);
 
         /* Fall back focus since we're disappearing */
This page took 0.025028 seconds and 4 git commands to generate.