diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2012-11-06 21:29:55 +0000 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2012-11-30 14:26:54 +0000 |
commit | b607176a89cc74e1c001742d6c2b3af65ddf6fc0 (patch) | |
tree | f9f16e587841435f9944115df7ba7e2834ae382d /src/main.c | |
parent | 0d59ca6faadebf658641b1964dbc6e923ff993c4 (diff) |
Debug tweak
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ eventHandler(const xcwm_event_t *event) xcwm_window_t *window = xcwm_event_get_window(event); xcwm_event_type_t type = xcwm_event_get_type(event); - DEBUG("event %d, window 0x%08x, XID 0x%08x\n", type, window, window->window_id); + // DEBUG("event %d, window 0x%08x, XID 0x%08x\n", type, window, window->window_id); switch (type) { |