--- sourceforge.net/trunk/rdesktop/types.h 2005/03/06 21:11:18 828 +++ sourceforge.net/trunk/rdesktop/types.h 2005/03/08 00:23:02 830 @@ -119,22 +119,13 @@ } VCHANNEL; -typedef struct _BMPCACHEENTRY -{ - HBITMAP bitmap; - uint32 usage; - -} -BMPCACHEENTRY; - /* PSTCACHE */ - -typedef uint8 BITMAP_ID[8]; +typedef uint8 HASH_KEY[8]; /* Header for an entry in the persistent bitmap cache file */ typedef struct _PSTCACHE_CELLHEADER { - BITMAP_ID bitmap_id; + HASH_KEY key; uint8 width, height; uint16 length; uint32 stamp;