1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-04-30 13:52:23 +00:00

Fix !XWINDOW to be SUNDISPLAY ifdefery. (#234)

Some of the `ifndef XWINDOW` code should have been
`ifdef SUNDISPLAY` instead.
This commit is contained in:
Bruce Mitchener
2021-01-19 14:45:59 +07:00
committed by GitHub
parent db6b351397
commit 7a24b41fc4
4 changed files with 10 additions and 19 deletions

View File

@@ -36,15 +36,12 @@
#include "xdefs.h"
#endif /* XWINDOW */
#ifndef XWINDOW
#ifdef SUNDISPLAY
#ifndef NOPIXRECT
#ifndef DOS
#include <sunwindow/window_hs.h>
#include <sunwindow/win_ioctl.h>
#endif /* DOS */
#endif /* NOPIXRECT */
#endif /* XWINDOW */
#endif /* SUNDISPLAY */
#include "lispemul.h"
#include "lspglob.h"