/[rdesktop]/sourceforge.net/trunk/rdesktop/types.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/types.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 828 by stargo, Sun Mar 6 21:11:18 2005 UTC revision 830 by jdmeijer, Tue Mar 8 00:23:02 2005 UTC
# Line 119  typedef struct _VCHANNEL Line 119  typedef struct _VCHANNEL
119  }  }
120  VCHANNEL;  VCHANNEL;
121    
 typedef struct _BMPCACHEENTRY  
 {  
         HBITMAP bitmap;  
         uint32 usage;  
   
 }  
 BMPCACHEENTRY;  
   
122  /* PSTCACHE */  /* PSTCACHE */
123    typedef uint8 HASH_KEY[8];
 typedef uint8 BITMAP_ID[8];  
124    
125  /* Header for an entry in the persistent bitmap cache file */  /* Header for an entry in the persistent bitmap cache file */
126  typedef struct _PSTCACHE_CELLHEADER  typedef struct _PSTCACHE_CELLHEADER
127  {  {
128          BITMAP_ID bitmap_id;          HASH_KEY key;
129          uint8 width, height;          uint8 width, height;
130          uint16 length;          uint16 length;
131          uint32 stamp;          uint32 stamp;

Legend:
Removed from v.828  
changed lines
  Added in v.830

  ViewVC Help
Powered by ViewVC 1.1.26