typo
This commit is contained in:
parent
5722e9e98d
commit
c9a35f0b81
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ static void event_handle_client(Client *client, XEvent *e)
|
||||||
client_unmanage(client);
|
client_unmanage(client);
|
||||||
break;
|
break;
|
||||||
case MapRequest:
|
case MapRequest:
|
||||||
if (!client->iconic) break; /* this normal doesn't happen, but if it
|
if (!client->iconic) break; /* this normally doesn't happen, but if it
|
||||||
does, we don't want it! */
|
does, we don't want it! */
|
||||||
if (screen_showing_desktop)
|
if (screen_showing_desktop)
|
||||||
screen_show_desktop(FALSE);
|
screen_show_desktop(FALSE);
|
||||||
|
|
Loading…
Reference in a new issue