mirror of
https://github.com/labwc/labwc.git
synced 2026-04-11 08:21:13 -04:00
icon-loader: support xpm icons
This commit is contained in:
parent
3394f191a4
commit
e1c85f0ef5
5 changed files with 1986 additions and 2 deletions
14
include/img/img-xpm.h
Normal file
14
include/img/img-xpm.h
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
#ifndef LABWC_IMG_XPM_H
|
||||
#define LABWC_IMG_XPM_H
|
||||
|
||||
struct lab_data_buffer;
|
||||
|
||||
/**
|
||||
* img_xpm_load() - Convert xpm file to buffer with cairo surface
|
||||
* @filename: xpm file
|
||||
* @buffer: cairo-surface-buffer to create
|
||||
*/
|
||||
void img_xpm_load(const char *filename, struct lab_data_buffer **buffer);
|
||||
|
||||
#endif /* LABWC_IMG_XPM_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue