Allow both max_toggled_hover and max_hover_toggled names for icon

This commit is contained in:
Simon Long 2023-12-06 08:58:24 +00:00
parent 97d97659fa
commit e2dbd9b495
3 changed files with 49 additions and 16 deletions

View file

@ -5,7 +5,7 @@
struct lab_data_buffer;
/* button_xbm_load - Convert xbm file to buffer with cairo surface */
void button_xbm_load(const char *button_name, struct lab_data_buffer **buffer,
char *fallback_button, float *rgba);
void button_xbm_load(const char *button_name, const char *alt_name,
struct lab_data_buffer **buffer, char *fallback_button, float *rgba);
#endif /* LABWC_BUTTON_XBM_H */