summaryrefslogtreecommitdiffstats
path: root/stoc
diff options
context:
space:
mode:
authorDmitry A Ashkadov <dmitry.ashkadov@gmail.com>2011-08-29 13:18:11 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-08-29 13:21:32 +0300
commit87eb8f8ee8f92c78ef65af1cafd266528da089e5 (patch)
treeaa6736b991940577def7cc72db674d04535b1f8d /stoc
parentAdded SwPosition, SwPaM gdb pretty-printers (diff)
downloadcore-87eb8f8ee8f92c78ef65af1cafd266528da089e5.tar.gz
core-87eb8f8ee8f92c78ef65af1cafd266528da089e5.zip
Polyline improvement for Windows
I tried to draw polyline.... But on Windows... the end point is not drawn... the main problem is WinAPI LineTo() function. MSDN says: The LineTo function draws a line from the current position up to, but not including, the specified point. I think WinAPI Polyline() function uses LineTo() to draw a polyline. I see a hack in VCL module in WinSalgraphics::drawLine(): "we must paint the endpoint" But there is no such hack for drawPolyLine() function. A possible solution is same as for drawLine().
Diffstat (limited to 'stoc')
0 files changed, 0 insertions, 0 deletions