]> Dogcows Code - chaz/openbox/blob - openbox/imageload.h
1c7addf3b9297be5d5b38bbc5d0f8e13d139ae03
[chaz/openbox] / openbox / imageload.h
1 #ifndef __imageload_h
2 #define __imageload_h
3
4 #ifdef USE_IMLIB2
5 #include "obrender/render.h"
6 RrImage* RrImageFetchFromFile(RrImageCache *cache, const gchar *name);
7 #else
8 #define RrImageFetchFromFile(cache, name) NULL
9 #endif
10
11 #endif
This page took 0.032237 seconds and 3 git commands to generate.