]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.c
prefixing and capitalizing the StackLayer -> ObStackingLayer enum.
[chaz/openbox] / openbox / event.c
index 7a1f66e93a40c3ab9807890d2fd3926fcdd84a3b..b6899a8ba89f1731ce214581ead5fb0730900a43 100644 (file)
@@ -662,7 +662,7 @@ static void event_handle_client(ObClient *client, XEvent *e)
         /* are we a fullscreen window or a transient of one? (checks layer)
            if we are then we need to be iconified since we are losing focus
          */
-        if (client->layer == Layer_Fullscreen && !client->iconic &&
+        if (client->layer == OB_STACKING_LAYER_FULLSCREEN && !client->iconic &&
             !client_search_focus_tree_full(client))
             /* iconify fullscreen windows when they and their transients
                aren't focused */
This page took 0.024868 seconds and 4 git commands to generate.