From ce1d0b978068cdb5dffce9eade538a8ebe081d85 Mon Sep 17 00:00:00 2001 From: Palanix Date: Sun, 24 Oct 2021 11:43:10 +0200 Subject: [PATCH] update comment --- dwl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwl.c b/dwl.c index 8670498..7c4d089 100644 --- a/dwl.c +++ b/dwl.c @@ -2369,7 +2369,7 @@ virtualkeyboard(struct wl_listener *listener, void *data) Client * 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. */ Client *c; wl_list_for_each(c, &stack, slink) {