Refactored svg image loading

This commit is contained in:
o9000
2015-10-18 16:53:27 +02:00
parent 985c557dcd
commit 8b6aad3a41
3 changed files with 57 additions and 43 deletions

View File

@@ -74,5 +74,6 @@ void render_image(Drawable d, int x, int y);
void draw_text(PangoLayout *layout, cairo_t *c, int posx, int posy, Color *color, int font_shadow);
Imlib_Image load_image(const char *path, int cached);
#endif