mirror of
https://github.com/Interlisp/maiko.git
synced 2026-05-02 14:40:45 +00:00
Correct declared type of LispWindowFd and LispKbdFd
This commit is contained in:
@@ -143,7 +143,7 @@ v filename Save the virtual memory on the filename(Not Bootable)
|
|||||||
/************************************************************************/
|
/************************************************************************/
|
||||||
|
|
||||||
extern int DisplayRasterWidth;
|
extern int DisplayRasterWidth;
|
||||||
extern unsigned int LispWindowFd, LispKbdFd;
|
extern int LispWindowFd, LispKbdFd;
|
||||||
extern fd_set LispReadFds;
|
extern fd_set LispReadFds;
|
||||||
extern struct cursor CurrentCursor, InvisibleCursor;
|
extern struct cursor CurrentCursor, InvisibleCursor;
|
||||||
extern struct screen LispScreen;
|
extern struct screen LispScreen;
|
||||||
|
|||||||
Reference in New Issue
Block a user