xbm: parse_xbm_builtin() remove hard-coded values

This commit is contained in:
Johan Malm 2020-08-11 21:45:52 +01:00
parent 5dbc87a1f9
commit 5ea1527558
3 changed files with 15 additions and 10 deletions

View file

@ -26,6 +26,6 @@ struct pixmap parse_xbm_tokens(struct token *tokens);
* parse_xbm_builtin - parse builtin xbm button and create pixmap
* @button: button byte array (xbm format)
*/
struct pixmap parse_xbm_builtin(const char *button);
struct pixmap parse_xbm_builtin(const char *button, int size);
#endif /* __LABWC_PARSE_H */