/[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 518 by matthewc, Tue Oct 28 03:37:44 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                  }                  }
# Line 864  process_data_pdu(STREAM s) Line 865  process_data_pdu(STREAM s)
865                          /* User logged on */                          /* User logged on */
866                          break;                          break;
867    
868                    case RDP_DATA_PDU_DISCONNECT:
869                            /* Normally received when user logs out or disconnects from a
870                               console session on Windows XP and 2003 Server */
871                            DEBUG(("Received disconnect PDU\n"));
872                            break;
873    
874                  default:                  default:
875                          unimpl("data PDU %d\n", data_pdu_type);                          unimpl("data PDU %d\n", data_pdu_type);
876          }          }

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

  ViewVC Help
Powered by ViewVC 1.1.26