]> Dogcows Code - chaz/openbox/blobdiff - openbox/dock.c
make ob_state a function so it cant be changed outside of openbox.c
[chaz/openbox] / openbox / dock.c
index 5d110353fcd84cf3807d09c5fc5faa4937edfad9..5f7585daa1ecc47c7147502774bd22eb1eb671d9 100644 (file)
@@ -93,7 +93,7 @@ void dock_add(Window win, XWMHints *wmhints)
       member set the root window, and one set to the client, but both get
       handled and need to be ignored.
     */
-    if (ob_state == OB_STATE_STARTING)
+    if (ob_state() == OB_STATE_STARTING)
        app->ignore_unmaps += 2;
 
     if (app->win != app->icon_win) {
This page took 0.020346 seconds and 4 git commands to generate.