haha typo etc
This commit is contained in:
parent
91dbbeb65e
commit
cca8a90301
1 changed files with 2 additions and 2 deletions
|
@ -537,8 +537,8 @@ void screen_set_desktop(guint num, gboolean dofocus)
|
||||||
with us, they don't get hidden
|
with us, they don't get hidden
|
||||||
*/
|
*/
|
||||||
if (dofocus
|
if (dofocus
|
||||||
&& (!focus_client || (focus->client.desktop != DESKTOP_ALL
|
&& (!focus_client || (focus_client->desktop != DESKTOP_ALL
|
||||||
&& focus->client.desktop != num))
|
&& focus_client->desktop != num))
|
||||||
&& (c = focus_fallback(TRUE)))
|
&& (c = focus_fallback(TRUE)))
|
||||||
{
|
{
|
||||||
/* only do the flicker reducing stuff ahead of time if we are going
|
/* only do the flicker reducing stuff ahead of time if we are going
|
||||||
|
|
Loading…
Reference in a new issue