cursor: rename load_default_theme to load_fallback_theme
authorSimon Ser <contact@emersion.fr>
Thu, 5 Aug 2021 15:24:02 +0000 (17:24 +0200)
committerSimon Ser <contact@emersion.fr>
Thu, 5 Aug 2021 15:24:02 +0000 (17:24 +0200)
commit2dfa0dcb24766b03f4a9f05154b474b722aaa025
tree436cca2315a1aa19f84c52c800aa4a9305375c9e
parentf80879c03c194109190f48eb49a5ed649ce5da97
cursor: rename load_default_theme to load_fallback_theme

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>
cursor/wayland-cursor.c