mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-14 08:22:25 -04:00
In multi-screen mode, when the mouse is on the first screen (default position (100,100)), when the first mask is removed, box is (1920,0). If you directly assign *dest_x = box->x, the mouse position on the second screen will become (1920,100), which is wrong. When x < box->x, x should also be added to box, and y should be the same. |
||
|---|---|---|
| .. | ||
| addon.c | ||
| array.c | ||
| box.c | ||
| env.c | ||
| global.c | ||
| log.c | ||
| meson.build | ||
| rect_union.c | ||
| region.c | ||
| set.c | ||
| shm.c | ||
| time.c | ||
| token.c | ||
| transform.c | ||
| utf8.c | ||