--- sourceforge.net/trunk/rdesktop/proto.h 2005/03/10 22:40:20 843 +++ sourceforge.net/trunk/rdesktop/proto.h 2005/03/10 22:48:15 844 @@ -213,6 +213,7 @@ void ui_rect(int x, int y, int cx, int cy, int colour); void ui_polygon(uint8 opcode, uint8 fillmode, POINT * point, int npoints, BRUSH * brush, int bgcolour, int fgcolour); +void ui_polyline(uint8 opcode, POINT * point, int npoints, PEN * pen); void ui_ellipse(uint8 opcode, uint8 fillmode, int x, int y, int cx, int cy, BRUSH * brush, int bgcolour, int fgcolour); void ui_draw_glyph(int mixmode, int x, int y, int cx, int cy, HGLYPH glyph, int srcx, int srcy,