We shouldn't enforce incr when the app resizes itself. But it's so confusing.
[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