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:
parent
c9a72229dd
commit
7549c746eb
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user