mirror of
https://github.com/labwc/labwc.git
synced 2026-04-13 08:21:15 -04:00
Allow both max_toggled_hover and max_hover_toggled names for icon
This commit is contained in:
parent
97d97659fa
commit
e2dbd9b495
3 changed files with 49 additions and 16 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue