]> Dogcows Code - chaz/openbox/blob - openbox/imageload.h
This patch implements support for icons in user-defined menus into Openbox
[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.032813 seconds and 4 git commands to generate.