mirror of
https://github.com/labwc/labwc.git
synced 2025-11-09 13:30:01 -05:00
icon-loader: update PNG and XPM loaders to use new buffer helper
This commit is contained in:
parent
2e9b5886ce
commit
36f754e662
6 changed files with 34 additions and 43 deletions
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
struct lab_data_buffer;
|
||||
|
||||
void img_xpm_load(const char *filename, struct lab_data_buffer **buffer);
|
||||
void img_xpm_load(const char *filename, struct lab_data_buffer **buffer,
|
||||
int size, float scale);
|
||||
|
||||
#endif /* LABWC_IMG_XPM_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue