diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-28 08:22:46 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-28 08:22:46 +0000 |
| commit | 4bd182605c8f1d08c83fdb09cc7ffb4d3690b50d (patch) | |
| tree | 29517266e034ba6b66616135fe2edef2e6376262 /openbox/focus.c | |
| parent | 96a81e8837ae71f5bffe4f2c7c427d2402078393 (diff) | |
killa debug print
Diffstat (limited to 'openbox/focus.c')
| -rw-r--r-- | openbox/focus.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openbox/focus.c b/openbox/focus.c index 5c5130f6..9d4f2e6e 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -131,7 +131,6 @@ void focus_fallback(gboolean switching_desks) if (!under) { for (it = focus_order[screen_desktop]; it != NULL; it = it->next) { - g_message("fallback trying 0x%lx", ((Client*)it->data)->window); if (it->data != focus_client && client_normal(it->data)) { /* if we're switching desktops, and we get the already focused window, then we wont get a FocusIn for it, so just restore |
