update comment

This commit is contained in:
Palanix 2021-10-24 11:43:10 +02:00
parent 6824ecb95e
commit ce1d0b9780

2
dwl.c
View File

@ -2369,7 +2369,7 @@ virtualkeyboard(struct wl_listener *listener, void *data)
Client * Client *
xytoclient(double x, double y) xytoclient(double x, double y)
{ {
/* Find the topmost visible client (if any) at point (x, y), including /* Find the topmost visible client (if any) at point (x, y), excluding
* borders. This relies on stack being ordered from top to bottom. */ * borders. This relies on stack being ordered from top to bottom. */
Client *c; Client *c;
wl_list_for_each(c, &stack, slink) { wl_list_for_each(c, &stack, slink) {