CVS: rdesktop orders.c,1.45,1.46
Jeroen Meijer <[email protected]>
| Newsgroups | gmane.network.rdesktop.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/rdesktop/rdesktop
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3260
Modified Files:
orders.c
Log Message:
polyline bugfix
Index: orders.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/orders.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** orders.c 10 Mar 2005 22:48:15 -0000 1.45
--- orders.c 10 Mar 2005 23:09:35 -0000 1.46
***************
*** 696,703 ****
points[0].x = os->x;
points[0].y = os->y;
index = 0;
data = ((os->lines - 1) / 4) + 1;
! for (next = 1; (next < os->lines) && (data < os->datasize); next++)
{
if ((next - 1) % 4 == 0)
--- 696,705 ----
points[0].x = os->x;
points[0].y = os->y;
+ pen.style = pen.width = 0;
+ pen.colour = os->fgcolour;
index = 0;
data = ((os->lines - 1) / 4) + 1;
! for (next = 1; (next <= os->lines) && (data < os->datasize); next++)
{
if ((next - 1) % 4 == 0)
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click