Skip to content

cursor: rename load_default_theme to load_fallback_theme

Simon Ser requested to merge emersion/wayland:cursor-rename-fallback into main

The theme getting loaded by this function is not to be confused with the theme named "default" located on the filesystem. Instead, it's a minimal theme directly bundled into libwayland-cursor.

Make this clearer by naming this theme "fallback".

Signed-off-by: Simon Ser contact@emersion.fr

Merge request reports