summaryrefslogtreecommitdiff
path: root/openbox/imageload.h
blob: 21e7c9b09f20e7a3f3d37772fb51648bd8f1ed1c (plain)
1
2
3
4
5
6
7
#ifndef __imageload_h
#define __imageload_h

#include "obrender/render.h"
RrImage* RrImageFetchFromFile(RrImageCache *cache, const gchar *name);

#endif