mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-31 22:25:29 -04:00
opt: remove needless judgement
This commit is contained in:
parent
2d5388a4d7
commit
59752c1ddc
1 changed files with 1 additions and 1 deletions
|
|
@ -3733,7 +3733,7 @@ void focusclient(Client *c, int lift) {
|
|||
if (c && c->animation.tagouting && !c->animation.tagouting)
|
||||
return;
|
||||
|
||||
if (c && client_is_x11(c) && !client_surface_wants_focus(c)) {
|
||||
if (c && !client_surface_wants_focus(c)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue