Skip to content

utils: Load Xcursor cursors on demand

Vlad Zahorodnii requested to merge work/zzag/xcursor-load-on-demand into master

Usually, only a small subset of cursors would be used, for example the default shape, the pointer shape, the text shape, etc.

Another reason why this change makes the KXcursorTheme load cursors on demand is to prepare the cursor loading machinery to SVG cursors.

Merge request reports