]> icculus.org git repositories - mikachu/openbox.git/blob - openbox/imageload.h
Merge branch 'work' into wip/mikabox
[mikachu/openbox.git] / openbox / imageload.h
1 #ifndef __imageload_h
2 #define __imageload_h
3
4 #ifdef USE_IMLIB2
5 #include "render/render.h"
6 RrImage* RrImageFetchFromFile(RrImageCache *cache, const gchar *name);
7 #else
8 #define RrImageFetchFromFile(cache, name) NULL
9 #endif
10
11 #endif