mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-10-27 10:14:14 +00:00
update comment
This commit is contained in:
parent
6824ecb95e
commit
ce1d0b9780
2
dwl.c
2
dwl.c
@ -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) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user