indenting
This commit is contained in:
parent
aa6bedd78b
commit
2572f111e0
1 changed files with 202 additions and 200 deletions
|
@ -584,7 +584,8 @@ static void event_handle_client(ObClient *client, XEvent *e)
|
|||
case FocusIn:
|
||||
#ifdef DEBUG_FOCUS
|
||||
ob_debug("FocusIn on client for %lx (client %lx) mode %d detail %d\n",
|
||||
e->xfocus.window, client->window, e->xfocus.mode, e->xfocus.detail);
|
||||
e->xfocus.window, client->window,
|
||||
e->xfocus.mode, e->xfocus.detail);
|
||||
#endif
|
||||
focus_in = client;
|
||||
if (focus_out == client)
|
||||
|
@ -593,7 +594,8 @@ static void event_handle_client(ObClient *client, XEvent *e)
|
|||
case FocusOut:
|
||||
#ifdef DEBUG_FOCUS
|
||||
ob_debug("FocusOut on client for %lx (client %lx) mode %d detail %d\n",
|
||||
e->xfocus.window, client->window, e->xfocus.mode, e->xfocus.detail);
|
||||
e->xfocus.window, client->window,
|
||||
e->xfocus.mode, e->xfocus.detail);
|
||||
#endif
|
||||
if (focus_in == client)
|
||||
focus_in = NULL;
|
||||
|
|
Loading…
Reference in a new issue