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

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

revision 314 by jsorg71, Fri Feb 7 23:43:37 2003 UTC revision 318 by astrand, Mon Feb 10 12:58:51 2003 UTC
# Line 583  process_bitmap_updates(STREAM s) Line 583  process_bitmap_updates(STREAM s)
583                          bmpdata = xmalloc(width * height * Bpp);                          bmpdata = xmalloc(width * height * Bpp);
584                          for (y = 0; y < height; y++)                          for (y = 0; y < height; y++)
585                          {                          {
586                                  in_uint8a(s, &bmpdata[(height - y - 1) * (width * Bpp)], width * Bpp);                                  in_uint8a(s, &bmpdata[(height - y - 1) * (width * Bpp)],
587                                              width * Bpp);
588                          }                          }
589                          ui_paint_bitmap(left, top, cx, cy, width, height, bmpdata);                          ui_paint_bitmap(left, top, cx, cy, width, height, bmpdata);
590                          xfree(bmpdata);                          xfree(bmpdata);

Legend:
Removed from v.314  
changed lines
  Added in v.318

  ViewVC Help
Powered by ViewVC 1.1.26