extra braces.. why does the world hate me so?

This commit is contained in:
Dana Jansens 2007-03-11 19:27:44 +00:00
parent d9601bc196
commit cbfa27759d

View file

@ -469,9 +469,7 @@ void client_manage(Window window)
always
*/
if (!focus_client || client_search_focus_parent(self) != NULL)
{
activate = TRUE;
}
else
{
/* If time stamp is old, don't steal focus */
@ -481,10 +479,8 @@ void client_manage(Window window)
I stole this idea from KWin. It seems nice.
*/
if (!focus_client->can_focus && focus_client->focus_notify)
{
activate = FALSE;
}
}
if (activate)
{