mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
xbm: parse_xbm_builtin() remove hard-coded values
This commit is contained in:
parent
5dbc87a1f9
commit
5ea1527558
3 changed files with 15 additions and 10 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue