summaryrefslogtreecommitdiff
path: root/src/screen.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.cc')
-rw-r--r--src/screen.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/screen.cc b/src/screen.cc
index 307404ff..d7cea024 100644
--- a/src/screen.cc
+++ b/src/screen.cc
@@ -527,6 +527,8 @@ void OBScreen::manageWindow(Window window)
EventData *data = new_event_data(window, EventNewWindow, 0);
Openbox::instance->bindings()->fireEvent(data);
Py_DECREF((PyObject*)data);
+
+ printf("Managed window 0x%lx\n", window);
}