mmenu: Mostly untested; pushing in list-view changes so porg/pmprog can fiddle easier :)
[pandora-libraries.git] / minimenu / mmcache.h
index a3c3aac..a435ed6 100644 (file)
@@ -13,6 +13,7 @@
 typedef struct _mm_cache_t {
   char uniqueid [ 1024 ]; // pnd unique-id
   void /*SDL_Surface*/ *i;
+  void /*SDL_Surface*/ *itiny; // for list view
   // structure
   struct _mm_cache_t *next; // next in linked list
 } mm_cache_t;