remove debug print
This commit is contained in:
parent
b051b3499d
commit
94901fab5a
1 changed files with 0 additions and 1 deletions
|
@ -618,7 +618,6 @@ static void event_handle_client(ObClient *client, XEvent *e)
|
||||||
e->xfocus.window, client->window,
|
e->xfocus.window, client->window,
|
||||||
e->xfocus.mode, e->xfocus.detail);
|
e->xfocus.mode, e->xfocus.detail);
|
||||||
#endif
|
#endif
|
||||||
g_message("hilite %x client %x", focus_hilite, client);
|
|
||||||
if (focus_hilite == client)
|
if (focus_hilite == client)
|
||||||
focus_out = client;
|
focus_out = client;
|
||||||
if (focus_in == client)
|
if (focus_in == client)
|
||||||
|
|
Loading…
Reference in a new issue