Skip to content

gdk: Add dynamic cursors

Matthias Clasen requested to merge dynamic-cursor into main

Add a variant of GdkCursor that obtains the texture for the cursor via a callback. The callback gives us the flexibility to handle fractional scales and update the cursor for cursor theme size changes as well as scale changes.

Merge request reports