Skip to content

Add support for SIZE_HINTS Cursor Plane Property

Adarsh G M requested to merge adarshgm/mutter:hw_cursor_size_hints into main
  1. Reads exposed size hints for the given cursor plane.
  2. Chooses nearestminimum cursor size out of the hints with respect to the user chosen cursor size from the UI.
  3. Allocates optimized Hardware cursor size,hence drm buffer

Merge request reports