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

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

sourceforge.net/trunk/rdesktop/cache.c revision 1483 by jsorg71, Sat Nov 1 02:37:10 2008 UTC sourceforge.net/rdesktop/trunk/cache.c revision 1488 by astrand, Fri May 15 08:18:08 2009 UTC
# Line 453  cache_get_brush_data(uint8 colour_code, Line 453  cache_get_brush_data(uint8 colour_code,
453  void  void
454  cache_put_brush_data(uint8 colour_code, uint8 idx, BRUSHDATA * brush_data)  cache_put_brush_data(uint8 colour_code, uint8 idx, BRUSHDATA * brush_data)
455  {  {
456          BRUSHDATA * bd;          BRUSHDATA *bd;
457    
458          colour_code = colour_code == 1 ? 0 : 1;          colour_code = colour_code == 1 ? 0 : 1;
459          if (idx < NUM_ELEMENTS(g_brushcache[0]))          if (idx < NUM_ELEMENTS(g_brushcache[0]))

Legend:
Removed from v.1483  
changed lines
  Added in v.1488

  ViewVC Help
Powered by ViewVC 1.1.26