/[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 730 by jsorg71, Tue Jun 29 16:22:41 2004 UTC revision 738 by astrand, Mon Jul 12 21:07:39 2004 UTC
# Line 40  cache_remove_lru_bitmap(uint8 cache_id) Line 40  cache_remove_lru_bitmap(uint8 cache_id)
40  {  {
41          int i;          int i;
42          uint16 cache_idx = 0;          uint16 cache_idx = 0;
43          uint32 m = (uint32)-1;          uint32 m = (uint32) - 1;
44          BMPCACHEENTRY *pbce;          BMPCACHEENTRY *pbce;
45    
46          for (i = 0; i < NUM_ELEMENTS(g_bmpcache[cache_id]); i++)          for (i = 0; i < NUM_ELEMENTS(g_bmpcache[cache_id]); i++)

Legend:
Removed from v.730  
changed lines
  Added in v.738

  ViewVC Help
Powered by ViewVC 1.1.26