add special case for xwayland override clients in show event handler
authorMike Blumenkrantz <zmike@osg.samsung.com>
Tue, 30 Jun 2015 20:03:51 +0000 (16:03 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Tue, 30 Jun 2015 20:04:22 +0000 (16:04 -0400)
src/bin/e_comp_x.c

index 8268d1b..329ed49 100644 (file)
@@ -1244,6 +1244,11 @@ _e_comp_x_show_helper(E_Client *ec)
      }
    else if (ec->override)
      {
+        if (e_comp->comp_type == E_PIXMAP_TYPE_WL)
+          {
+             ec->visible = 1;
+             return;
+          }
         ec->redirected = !ec->input_only;
         ec->changes.visible = ec->visible = 1;
         EC_CHANGED(ec);