mirror of
https://github.com/Interlisp/maiko.git
synced 2026-04-18 00:16:31 +00:00
Fixups for functions defined by dspsubrs.c to dspsubrs.h. Update subr.c and gcr.c
This commit is contained in:
8
inc/dspsubrs.h
Normal file
8
inc/dspsubrs.h
Normal file
@@ -0,0 +1,8 @@
|
||||
void DSP_dspbout(LispPTR *args);
|
||||
void DSP_showdisplay(LispPTR *args);
|
||||
LispPTR DSP_VideoColor(LispPTR *args);
|
||||
void DSP_Cursor(LispPTR *args, int argnum);
|
||||
void DSP_SetMousePos(register LispPTR *args);
|
||||
LispPTR DSP_ScreenWidth(LispPTR *args);
|
||||
LispPTR DSP_ScreenHight(LispPTR *args);
|
||||
void flip_cursor();
|
||||
Reference in New Issue
Block a user