extra braces.. why does the world hate me so?
This commit is contained in:
parent
d9601bc196
commit
cbfa27759d
1 changed files with 0 additions and 4 deletions
|
@ -469,9 +469,7 @@ void client_manage(Window window)
|
||||||
always
|
always
|
||||||
*/
|
*/
|
||||||
if (!focus_client || client_search_focus_parent(self) != NULL)
|
if (!focus_client || client_search_focus_parent(self) != NULL)
|
||||||
{
|
|
||||||
activate = TRUE;
|
activate = TRUE;
|
||||||
}
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
/* If time stamp is old, don't steal focus */
|
/* If time stamp is old, don't steal focus */
|
||||||
|
@ -481,9 +479,7 @@ void client_manage(Window window)
|
||||||
I stole this idea from KWin. It seems nice.
|
I stole this idea from KWin. It seems nice.
|
||||||
*/
|
*/
|
||||||
if (!focus_client->can_focus && focus_client->focus_notify)
|
if (!focus_client->can_focus && focus_client->focus_notify)
|
||||||
{
|
|
||||||
activate = FALSE;
|
activate = FALSE;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (activate)
|
if (activate)
|
||||||
|
|
Loading…
Reference in a new issue