mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-08 08:21:00 -04:00
fix format
This commit is contained in:
parent
43da2829e1
commit
6824ecb95e
1 changed files with 2 additions and 2 deletions
4
dwl.c
4
dwl.c
|
|
@ -2376,8 +2376,8 @@ xytoclient(double x, double y)
|
|||
struct wlr_box p = {
|
||||
.y = c->geom.y + borderpx,
|
||||
.x = c->geom.x + borderpx,
|
||||
.height = c->geom.height - 2*borderpx,
|
||||
.width = c->geom.width - 2*borderpx,
|
||||
.height = c->geom.height - 2 * borderpx,
|
||||
.width = c->geom.width - 2 * borderpx,
|
||||
};
|
||||
if (VISIBLEON(c, c->mon) && wlr_box_contains_point(&p, x, y))
|
||||
return c;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue