mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-07 08:21:07 -04:00
update comment
This commit is contained in:
parent
6824ecb95e
commit
ce1d0b9780
1 changed files with 1 additions and 1 deletions
2
dwl.c
2
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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue