1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-26 03:51:32 +00:00

Change some NOPIXRECT checks to SUNDISPLAY or remove. (#244)

This commit is contained in:
Bruce Mitchener
2021-01-20 12:30:52 +07:00
committed by GitHub
parent e63c53cc06
commit 26bccdb3a8
4 changed files with 4 additions and 9 deletions

View File

@@ -28,10 +28,6 @@
#include "kprintdefs.h"
#include "uraiddefs.h"
#ifndef NOPIXRECT
#include <pixrect/pixrect_hs.h>
#endif
void stab() { DBPRINT(("Now in stab\n")); }
/***************************************************************

View File

@@ -19,7 +19,7 @@
#include <stdio.h>
#ifndef NOPIXRECT
#ifdef SUNDISPLAY
#include <sys/ioctl.h>
#include <sunwindow/window_hs.h>
#include <sunwindow/win_ioctl.h>

View File

@@ -12,10 +12,9 @@
#include "version.h"
#include <stdio.h>
#ifndef NOPIXRECT
#ifdef SUNDISPLAY
#include <sunwindow/window_hs.h>
#include <pixrect/memvar.h>
#endif /* NOPIXRECT */
#endif
#include "lispemul.h"
#include "lsptypes.h"

View File

@@ -32,7 +32,7 @@
#include "bbtsubdefs.h"
#include "initdspdefs.h"
#ifndef NOPIXRECT
#ifdef SUNDISPLAY
#include <sunwindow/window_hs.h>
#include <sunwindow/win_ioctl.h>