--- sourceforge.net/trunk/rdesktop/types.h 2003/01/30 11:15:00 299 +++ 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; @@ -68,7 +68,7 @@ { uint8 style; uint8 width; - uint8 colour; + uint32 colour; } PEN;