Added some better cache control options for Imlib2.
[monky] / src / imlib2.h
index 69b9d1c..9a6e1f8 100644 (file)
@@ -26,6 +26,7 @@
 
 void cimlib_add_image(const char *name);
 void cimlib_set_cache_size(long size);
+void cimlib_set_cache_flush_interval(long interval);
 void cimlib_init(Display *display, Window drawable, Visual *visual, Colormap colourmap);
 void cimlib_render(int x, int y, int width, int height);
 void cimlib_cleanup(void);