/[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 725 by jsorg71, Sun Jun 27 17:51:54 2004 UTC revision 730 by jsorg71, Tue Jun 29 16:22:41 2004 UTC
# Line 539  rdp_out_bmpcache2_caps(STREAM s) Line 539  rdp_out_bmpcache2_caps(STREAM s)
539          out_uint16_le(s, RDP_CAPSET_BMPCACHE2);          out_uint16_le(s, RDP_CAPSET_BMPCACHE2);
540          out_uint16_le(s, RDP_CAPLEN_BMPCACHE2);          out_uint16_le(s, RDP_CAPLEN_BMPCACHE2);
541    
542          out_uint16_le(s, g_bitmap_cache_persist_enable ? 1 : 0);        /* version */          out_uint16_le(s, g_bitmap_cache_persist_enable ? 2 : 0);        /* version */
543    
544          out_uint16_le(s, 0x0300);       /* flags? number of caches? */          out_uint16_le(s, 0x0300);       /* flags? number of caches? */
545    

Legend:
Removed from v.725  
changed lines
  Added in v.730

  ViewVC Help
Powered by ViewVC 1.1.26