This patch implements support for icons in user-defined menus into Openbox
[mikachu/openbox.git] / 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