summaryrefslogtreecommitdiff
path: root/openbox/focus.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/focus.c')
-rw-r--r--openbox/focus.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/focus.c b/openbox/focus.c
index a04e4d40..dfa9c42d 100644
--- a/openbox/focus.c
+++ b/openbox/focus.c
@@ -1,3 +1,4 @@
+#include "debug.h"
#include "event.h"
#include "openbox.h"
#include "grab.h"
@@ -64,7 +65,7 @@ void focus_set_client(ObClient *client)
ObClient *old;
#ifdef DEBUG_FOCUS
- g_message("focus_set_client 0x%lx", client ? client->window : 0);
+ ob_debug("focus_set_client 0x%lx\n", client ? client->window : 0);
#endif
/* uninstall the old colormap, and install the new one */