27 Jun
2007
27 Jun
'07
1:33 p.m.
"Evan Stade" <estade(a)gmail.com> writes:
+ for( i = dc->path.numEntriesUsed-1; i >= 0; i-- ){ + if(dc->path.pFlags[i] == PT_MOVETO){ + lastmove = dc->path.pPoints[i]; + break; + } + } + if(i < 0){ + lastmove.x = 0; + lastmove.y = 0; + }
This can't work, i is unsigned. -- Alexandre Julliard julliard(a)winehq.org
6833
Age (days ago)
6833
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard