/[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 522 by matthewc, Wed Oct 29 04:18:00 2003 UTC revision 532 by astrand, Wed Oct 29 14:14:46 2003 UTC
# Line 725  process_bitmap_updates(STREAM s) Line 725  process_bitmap_updates(STREAM s)
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 */                  /* Server may limit bpp - this is how we find out */
728                  if (g_server_bpp != bpp) {                  if (g_server_bpp != bpp)
729                    {
730                          warning("Server limited colour depth to %d bits\n", bpp);                          warning("Server limited colour depth to %d bits\n", bpp);
731                          g_server_bpp = bpp;                          g_server_bpp = bpp;
732                  }                  }

Legend:
Removed from v.522  
changed lines
  Added in v.532

  ViewVC Help
Powered by ViewVC 1.1.26