typo
This commit is contained in:
parent
68eba18b76
commit
d6cb5adbea
1 changed files with 1 additions and 1 deletions
|
@ -2217,7 +2217,7 @@ void client_set_state(Client *self, Atom action, long data1, long data2)
|
||||||
if (shaded != self->shaded)
|
if (shaded != self->shaded)
|
||||||
client_shade(self, shaded);
|
client_shade(self, shaded);
|
||||||
client_calc_layer(self);
|
client_calc_layer(self);
|
||||||
client_change_state(self); /* change the hint to relect these changes */
|
client_change_state(self); /* change the hint to reflect these changes */
|
||||||
}
|
}
|
||||||
|
|
||||||
Client *client_focus_target(Client *self)
|
Client *client_focus_target(Client *self)
|
||||||
|
|
Loading…
Reference in a new issue