/[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 207 by matthewc, Thu Sep 26 14:26:46 2002 UTC revision 299 by matthewc, Thu Jan 30 11:15:00 2003 UTC
# Line 56  rdp_in_present(STREAM s, uint32 * presen Line 56  rdp_in_present(STREAM s, uint32 * presen
56  static void  static void
57  rdp_in_coord(STREAM s, uint16 * coord, BOOL delta)  rdp_in_coord(STREAM s, uint16 * coord, BOOL delta)
58  {  {
59          uint8 change;          sint8 change;
60    
61          if (delta)          if (delta)
62          {          {
63                  in_uint8(s, change);                  in_uint8(s, change);
64                  *coord += (signed char) change;                  *coord += change;
65          }          }
66          else          else
67          {          {

Legend:
Removed from v.207  
changed lines
  Added in v.299

  ViewVC Help
Powered by ViewVC 1.1.26