mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-13 23:27:12 +00:00
Fix NOPIXRECT in llcolor. (#282)
This code is all currently set up to be used if `COLOR` is defined. If we were to start supporting color under X11, this would have to change, but so would much of the rest of the file.
This commit is contained in:
parent
e3b095bdf6
commit
1d36c73bce
@ -12,7 +12,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#ifndef NOPIXRECT
|
||||
#if defined(COLOR) && !defined(NOPIXRECT)
|
||||
#include <sunwindow/window_hs.h>
|
||||
#include <sunwindow/cms.h>
|
||||
#include <sunwindow/win_ioctl.h>
|
||||
@ -20,7 +20,7 @@
|
||||
#include <sun/fbio.h>
|
||||
#include <pixrect/pr_planegroups.h>
|
||||
#include <sys/mman.h>
|
||||
#endif /* NOPIXRECT */
|
||||
#endif /* COLOR && !NOPIXRECT */
|
||||
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user