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