/[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 10 by matty, Tue Aug 15 10:23:24 2000 UTC revision 12 by matty, Tue Aug 15 12:01:01 2000 UTC
# Line 526  void ui_desktop_save(uint32 offset, int Line 526  void ui_desktop_save(uint32 offset, int
526          int scanline;          int scanline;
527    
528          scanline = (cx + 3) & ~3;          scanline = (cx + 3) & ~3;
529          STATUS("XGetImage(%p,%x,%d,%d,%d,%d,%x,%d)\n", display, wnd, x, y,          DEBUG("XGetImage(%p,%x,%d,%d,%d,%d,%x,%d)\n", display, wnd, x, y,
530                  cx, cy, 0xffffffff, ZPixmap);                  cx, cy, 0xffffffff, ZPixmap);
531          image = XGetImage(display, wnd, x, y, cx, cy, 0xffffffff, ZPixmap);          image = XGetImage(display, wnd, x, y, cx, cy, 0xffffffff, ZPixmap);
532          cache_put_desktop(offset, scanline*cy, image->data);          cache_put_desktop(offset, scanline*cy, image->data);

Legend:
Removed from v.10  
changed lines
  Added in v.12

  ViewVC Help
Powered by ViewVC 1.1.26