mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-26 03:54:30 +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>