/[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 906 by jdmeijer, Fri May 20 22:09:32 2005 UTC revision 907 by jdmeijer, Tue May 31 18:49:05 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 */

Legend:
Removed from v.906  
changed lines
  Added in v.907

  ViewVC Help
Powered by ViewVC 1.1.26