mirror of
https://github.com/simh/simh.git
synced 2026-05-02 06:15:23 +00:00
display: Add display_line API for vector strokes.
This commit is contained in:
@@ -112,6 +112,13 @@ extern int display_is_blank(void);
|
||||
*/
|
||||
extern int display_point(int,int,int,int);
|
||||
|
||||
/*
|
||||
* plot a line; arguments are start and end x, y, intensity
|
||||
*
|
||||
* Display initialized on first call.
|
||||
*/
|
||||
extern void display_line(int,int,int,int,int);
|
||||
|
||||
/*
|
||||
* force window system to output bits to screen;
|
||||
* call after adding points, or aging the screen
|
||||
|
||||
Reference in New Issue
Block a user