/[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 30 by matty, Fri Sep 14 13:51:38 2001 UTC revision 64 by astrand, Thu Jul 18 16:38:31 2002 UTC
# Line 178  cache_get_desktop(uint32 offset, int cx, Line 178  cache_get_desktop(uint32 offset, int cx,
178  /* Store desktop data in the cache */  /* Store desktop data in the cache */
179  void  void
180  cache_put_desktop(uint32 offset, int cx, int cy, int scanline,  cache_put_desktop(uint32 offset, int cx, int cy, int scanline,
181                    int bytes_per_pixel, uint8 *data)                    int bytes_per_pixel, uint8 * data)
182  {  {
183          int length = cx * cy * bytes_per_pixel;          int length = cx * cy * bytes_per_pixel;
184    
# Line 203  cache_put_desktop(uint32 offset, int cx, Line 203  cache_put_desktop(uint32 offset, int cx,
203  static HCURSOR cursorcache[0x20];  static HCURSOR cursorcache[0x20];
204    
205  /* Retrieve cursor from cache */  /* Retrieve cursor from cache */
206  HCURSOR cache_get_cursor(uint16 cache_idx)  HCURSOR
207    cache_get_cursor(uint16 cache_idx)
208  {  {
209          HCURSOR cursor;          HCURSOR cursor;
210    

Legend:
Removed from v.30  
changed lines
  Added in v.64

  ViewVC Help
Powered by ViewVC 1.1.26