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

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

revision 35 by matty, Sat Sep 15 14:01:45 2001 UTC revision 36 by matty, Sat Sep 15 14:30:46 2001 UTC
# Line 998  ui_desktop_save(uint32 offset, int x, in Line 998  ui_desktop_save(uint32 offset, int x, in
998    
999          offset *= bpp/8;          offset *= bpp/8;
1000          cache_put_desktop(offset, cx, cy, image->bytes_per_line,          cache_put_desktop(offset, cx, cy, image->bytes_per_line,
1001                            bpp/8, image->data);                            bpp/8, (uint8 *)image->data);
1002    
1003          XDestroyImage(image);          XDestroyImage(image);
1004  }  }

Legend:
Removed from v.35  
changed lines
  Added in v.36

  ViewVC Help
Powered by ViewVC 1.1.26