mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-17 08:33:48 +00:00
Change some NOPIXRECT checks to SUNDISPLAY or remove. (#244)
This commit is contained in:
parent
e63c53cc06
commit
26bccdb3a8
@ -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")); }
|
||||
|
||||
/***************************************************************
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
#include "bbtsubdefs.h"
|
||||
#include "initdspdefs.h"
|
||||
|
||||
#ifndef NOPIXRECT
|
||||
#ifdef SUNDISPLAY
|
||||
#include <sunwindow/window_hs.h>
|
||||
#include <sunwindow/win_ioctl.h>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user