/[rdesktop]/sourceforge.net/trunk/rdesktop/orders.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/orders.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 318 by astrand, Mon Feb 10 12:58:51 2003 UTC revision 336 by jsorg71, Sun Mar 2 23:45:34 2003 UTC
# Line 605  process_text2(STREAM s, TEXT2_ORDER * os Line 605  process_text2(STREAM s, TEXT2_ORDER * os
605          if (present & 0x002000)          if (present & 0x002000)
606                  in_uint16_le(s, os->boxbottom);                  in_uint16_le(s, os->boxbottom);
607    
608            if (present & 0x004000) /* fix for connecting to a server that */
609                    in_uint8s(s, 10);    /* was disconnected with mstsc.exe */
610                    /* 0x008000, 0x020000, and 0x040000 are present too ??? */
611    
612          if (present & 0x080000)          if (present & 0x080000)
613                  in_uint16_le(s, os->x);                  in_uint16_le(s, os->x);
614    

Legend:
Removed from v.318  
changed lines
  Added in v.336

  ViewVC Help
Powered by ViewVC 1.1.26