mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 23:39:26 +00:00
Since https://github.com/X11Libre/xserver/pull/1234 landed, the user has a way to set the hw cursor size to the size they want. The fallback probe works around driver bugs by probing very late, so it initializes the cursor image buffer with the largest size the driver supports. With this change, the SIZE_HINTS probe will also initialize the cursor image buffer with the largest size it finds, which is what @notbabaisyou 's code originally did. Signed-off-by: stefan11111 <stefan11111@shitposting.expert>