1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-05-01 22:26:50 +00:00

Don't enable NOPIXRECT when XWINDOW is defined. (#287)

This used to be required, but has been fixed now.
This commit is contained in:
Bruce Mitchener
2021-01-25 09:20:13 +07:00
committed by GitHub
parent 04b4b64b87
commit d4cbb6c9dc
16 changed files with 17 additions and 19 deletions

View File

@@ -13,7 +13,7 @@ XFILES = $(OBJECTDIR)xmkicon.o \
$(OBJECTDIR)xwinman.o
XFLAGS = -I/usr/X11R6/include -DXWINDOW -DNOPIXRECT
XFLAGS = -I/usr/X11R6/include -DXWINDOW
# This is to make the %$#@! Apollo cc happy
OEXT = .o