fixed a bug in draw-line

This commit is contained in:
frese 2003-04-15 15:50:11 +00:00
parent 89e23d9df0
commit e7108c64ca
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
;; *** draw lines, polygons ******************************************
(import-lambda-definition draw-line (display drawable gc x1 y2 x2 y2)
(import-lambda-definition draw-line (display drawable gc x1 y1 x2 y2)
"scx_Draw_Line")
;; points has to be a list of (x . y) pairs