mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-08 08:21:00 -04:00
don't check surface again
This commit is contained in:
parent
59e0047d91
commit
e02bca9930
1 changed files with 1 additions and 1 deletions
2
dwl.c
2
dwl.c
|
|
@ -907,7 +907,7 @@ pointerfocus(Client *c, struct wlr_surface *surface, double sx, double sy,
|
|||
|
||||
wlr_seat_pointer_notify_enter(seat, surface, sx, sy);
|
||||
/* If keyboard focus follows mouse, enforce that */
|
||||
if (sloppyfocus && surface)
|
||||
if (sloppyfocus)
|
||||
focusclient(c, surface, 0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue