1
0
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:
Nick Briggs
2023-01-06 12:08:54 -08:00
parent ce97f136ec
commit ade2b1461a

View File

@@ -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;