/[rdesktop]/sourceforge.net/trunk/rdesktop/cache.c
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/cache.c

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

revision 775 by jsorg71, Sat Oct 2 01:01:57 2004 UTC revision 777 by jsorg71, Sat Oct 2 01:36:20 2004 UTC
# Line 39  static HBITMAP g_volatile_bc[3]; Line 39  static HBITMAP g_volatile_bc[3];
39  void  void
40  cache_remove_lru_bitmap(uint8 cache_id)  cache_remove_lru_bitmap(uint8 cache_id)
41  {  {
42          int i;          uint32 i;
43          uint16 cache_idx = 0;          uint16 cache_idx = 0;
44          uint32 m = 0xffffffff;          uint32 m = 0xffffffff;
45          BMPCACHEENTRY *pbce;          BMPCACHEENTRY *pbce;
# Line 125  cache_put_bitmap(uint8 cache_id, uint16 Line 125  cache_put_bitmap(uint8 cache_id, uint16
125  void  void
126  cache_save_state(void)  cache_save_state(void)
127  {  {
128          int id, idx;          uint32 id, idx;
129    
130          for (id = 0; id < NUM_ELEMENTS(g_bmpcache); id++)          for (id = 0; id < NUM_ELEMENTS(g_bmpcache); id++)
131                  if (IS_PERSISTENT(id))                  if (IS_PERSISTENT(id))

Legend:
Removed from v.775  
changed lines
  Added in v.777

  ViewVC Help
Powered by ViewVC 1.1.26