mirror of
https://github.com/Interlisp/maiko.git
synced 2026-05-05 07:44:20 +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:
@@ -134,9 +134,6 @@ extern fd_set LispReadFds;
|
|||||||
#ifdef SUNDISPLAY
|
#ifdef SUNDISPLAY
|
||||||
struct inputmask LispEventMask;
|
struct inputmask LispEventMask;
|
||||||
#endif /* SUNDISPLAY */
|
#endif /* SUNDISPLAY */
|
||||||
#ifdef xXWINDOW
|
|
||||||
struct inputmask LispEventMask;
|
|
||||||
#endif /* XWINDOW */
|
|
||||||
|
|
||||||
IOPAGE *IOPage68K;
|
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 */
|
int_io_open(LispWindowFd); /* from init_dsp, try to prevent mouse-move-no-kbd bug */
|
||||||
#endif /* KBINT */
|
#endif /* KBINT */
|
||||||
seteventmask(&LispEventMask);
|
seteventmask(&LispEventMask);
|
||||||
#elif xXWINDOW
|
|
||||||
init_Xevent();
|
|
||||||
|
|
||||||
seteventmask(&LispEventMask);
|
|
||||||
|
|
||||||
#elif XWINDOW
|
#elif XWINDOW
|
||||||
init_Xevent(currentdsp);
|
init_Xevent(currentdsp);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user