]> git.draconx.ca Git - liblbx.git/blob - src/gui/lbxgui.h
lbxgui: Render LBX directly to Cairo surfaces.
[liblbx.git] / src / gui / lbxgui.h
1 #ifndef LBXGUI_H_
2 #define LBXGUI_H_
3
4 #include "image.h"
5
6 int lbxgui_render_argb(cairo_surface_t *dst, struct lbx_image *img,
7                        unsigned frame, const struct lbx_colour *palette);
8
9 void lbxgui_render_restart(cairo_surface_t *dst);
10 void lbxgui_stack_palette(struct lbx_colour *dst, const struct lbx_colour *src);
11
12 #endif