/[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 905 by jdmeijer, Fri May 20 22:09:32 2005 UTC revision 945 by astrand, Tue Aug 2 09:29:41 2005 UTC
# Line 486  void Line 486  void
486  rdp_send_client_window_status(int status)  rdp_send_client_window_status(int status)
487  {  {
488          STREAM s;          STREAM s;
489            static int current_status = 1;
490    
491            if (current_status == status)
492                    return;
493    
494          s = rdp_init_data(12);          s = rdp_init_data(12);
495    
# Line 505  rdp_send_client_window_status(int status Line 509  rdp_send_client_window_status(int status
509    
510          s_mark_end(s);          s_mark_end(s);
511          rdp_send_data(s, RDP_DATA_PDU_CLIENT_WINDOW_STATUS);          rdp_send_data(s, RDP_DATA_PDU_CLIENT_WINDOW_STATUS);
512            current_status = status;
513  }  }
514    
515  /* Send persistent bitmap cache enumeration PDU's */  /* Send persistent bitmap cache enumeration PDU's */
# Line 892  rdp_process_bitmap_caps(STREAM s) Line 897  rdp_process_bitmap_caps(STREAM s)
897  }  }
898    
899  /* Process server capabilities */  /* Process server capabilities */
900  void  static void
901  rdp_process_server_caps(STREAM s, uint16 length)  rdp_process_server_caps(STREAM s, uint16 length)
902  {  {
903          int n;          int n;

Legend:
Removed from v.905  
changed lines
  Added in v.945

  ViewVC Help
Powered by ViewVC 1.1.26