closed a comment
This commit is contained in:
parent
2334fc459f
commit
641015632d
|
|
@ -271,7 +271,7 @@ LRESULT CALLBACK PlotWindowProc( HWND hwnd,
|
||||||
/* get new end point */
|
/* get new end point */
|
||||||
xe = LOWORD (lParam);
|
xe = LOWORD (lParam);
|
||||||
ye = HIWORD (lParam);
|
ye = HIWORD (lParam);
|
||||||
/* draw new lines
|
/* draw new lines */
|
||||||
MoveToEx (hdc, x0, y0, NULL) ;
|
MoveToEx (hdc, x0, y0, NULL) ;
|
||||||
LineTo (hdc, x0, ye) ;
|
LineTo (hdc, x0, ye) ;
|
||||||
LineTo (hdc, xe, ye);
|
LineTo (hdc, xe, ye);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue