]> Dogcows Code - chaz/openbox/blobdiff - obrender/imagecache.h
This patch implements support for icons in user-defined menus into Openbox
[chaz/openbox] / obrender / imagecache.h
index 4ad2deaec6371a6f5a76e3f87d6f8cf57c98327d..a61fae67438f9b4425ce05e17275016d6a30a374 100644 (file)
@@ -46,6 +46,10 @@ struct _RrImageCache {
     gint max_resized_saved;
 
     GHashTable *table;
+
+    /* Used to find out if an image file has already been loaded.
+       Quick file_name -> RrImage lookup. */
+    GHashTable *file_name_table;
 };
 
 #endif
This page took 0.021097 seconds and 4 git commands to generate.