/[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 513 by matthewc, Tue Oct 28 01:44:48 2003 UTC revision 518 by matthewc, Tue Oct 28 03:37:44 2003 UTC
# Line 724  process_bitmap_updates(STREAM s) Line 724  process_bitmap_updates(STREAM s)
724                  DEBUG(("BITMAP_UPDATE(l=%d,t=%d,r=%d,b=%d,w=%d,h=%d,Bpp=%d,cmp=%d)\n",                  DEBUG(("BITMAP_UPDATE(l=%d,t=%d,r=%d,b=%d,w=%d,h=%d,Bpp=%d,cmp=%d)\n",
725                         left, top, right, bottom, width, height, Bpp, compress));                         left, top, right, bottom, width, height, Bpp, compress));
726    
727                    /* Server may limit bpp - this is how we find out */
728                    if (g_server_bpp != bpp) {
729                            warning("Server limited colour depth to %d bits\n", bpp);
730                            g_server_bpp = bpp;
731                    }
732    
733                  if (!compress)                  if (!compress)
734                  {                  {
735                          int y;                          int y;

Legend:
Removed from v.513  
changed lines
  Added in v.518

  ViewVC Help
Powered by ViewVC 1.1.26