1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-14 23:46:14 +00:00

Remove old xXWINDOW code. (#233)

This looks like code that was a mix of SUNDISPLAY and XWINDOW.
But it isn't valid any longer...
This commit is contained in:
Bruce Mitchener 2021-01-19 11:52:50 +07:00 committed by GitHub
parent c9a72229dd
commit 7549c746eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,9 +134,6 @@ extern fd_set LispReadFds;
#ifdef SUNDISPLAY
struct inputmask LispEventMask;
#endif /* SUNDISPLAY */
#ifdef xXWINDOW
struct inputmask LispEventMask;
#endif /* XWINDOW */
IOPAGE *IOPage68K;
@ -286,11 +283,6 @@ void init_keyboard(int flg) /* if 0 init else re-init */
int_io_open(LispWindowFd); /* from init_dsp, try to prevent mouse-move-no-kbd bug */
#endif /* KBINT */
seteventmask(&LispEventMask);
#elif xXWINDOW
init_Xevent();
seteventmask(&LispEventMask);
#elif XWINDOW
init_Xevent(currentdsp);