--- sourceforge.net/trunk/rdesktop/types.h 2003/05/16 08:24:27 374 +++ sourceforge.net/trunk/rdesktop/types.h 2003/05/16 21:55:14 375 @@ -56,10 +56,10 @@ typedef struct _BOUNDS { - uint16 left; - uint16 top; - uint16 right; - uint16 bottom; + sint16 left; + sint16 top; + sint16 right; + sint16 bottom; } BOUNDS;