]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.c
move config option loading for the kernel into config.c/h
[chaz/openbox] / openbox / event.c
index 04174af087297e4067e7e6aa15489f5f1a2d203e..edd6f4cee6db81d63a47e83063931fa9a5e149d1 100644 (file)
@@ -2,6 +2,7 @@
 #include "client.h"
 #include "xerror.h"
 #include "prop.h"
+#include "config.h"
 #include "screen.h"
 #include "frame.h"
 #include "engine.h"
@@ -388,7 +389,7 @@ static void event_handle_client(Client *client, XEvent *e)
                                                      client);
                 focus_order[desktop] = g_list_prepend(focus_order[desktop],
                                                       client);
-            } else if (focus_follow) {
+            } else if (config_focus_follow) {
 #ifdef DEBUG_FOCUS
                 g_message("EnterNotify on %lx, focusing window",
                           client->window);
This page took 0.020635 seconds and 4 git commands to generate.