]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.c
make ob_state a function so it cant be changed outside of openbox.c
[chaz/openbox] / openbox / frame.c
index 82e7f90b12dcb68aa9c6366e5c86ba3b91d05e99..5efc869a5909100101dca56e1374d3ef5bd8737b 100644 (file)
@@ -349,7 +349,7 @@ void frame_grab_client(ObFrame *self, ObClient *client)
       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)
        client->ignore_unmaps += 2;
 
     /* select the event mask on the client's parent (to receive config/map
This page took 0.020979 seconds and 4 git commands to generate.