From 51257397b04d206e73fb788fba0818c238a61adb Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Thu, 8 May 2008 19:27:52 +0200 Subject: Some style changes, less ifdefs. --- openbox/imageload.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'openbox/imageload.c') diff --git a/openbox/imageload.c b/openbox/imageload.c index c80aa134..9bfe9187 100644 --- a/openbox/imageload.c +++ b/openbox/imageload.c @@ -26,6 +26,12 @@ #include "imageload.h" #include +#ifndef USE_IMLIB2 +RrImage* RrImageFetchFromFile(RrImageCache *cache, const gchar *name) +{ + return NULL; +} +#else static void CreateFileNameTable(RrImageCache *self) { @@ -133,3 +139,5 @@ RrImage* RrImageFetchFromFile(RrImageCache *cache, const gchar *name) return rr_image; } + +#endif -- cgit v1.2.3