mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Moved the cursor glyph cropping into a separate function that handles reflections and rotations. Also, x/y are indexes into the buffer, so they should be clamped to width/height len - 1 for correctness. Signed-off-by: John Studnicka <contact@zentec.dev>