summaryrefslogtreecommitdiff
path: root/xc/workInProgress
diff options
context:
space:
mode:
authorkeith <empty>1989-09-18 19:13:56 +0000
committerkeith <empty>1989-09-18 19:13:56 +0000
commitd4e5b08c50817afdd624349b6ce4ee962b7accc8 (patch)
tree26117d22c7910c00ed6c711fb7d25118b3751b1f /xc/workInProgress
parentda3097c9e83634ed0ae138e1a88a30638f39a48e (diff)
add Multi-Buffering extension
Diffstat (limited to 'xc/workInProgress')
-rw-r--r--xc/workInProgress/MTXserver/Xext/Imakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/xc/workInProgress/MTXserver/Xext/Imakefile b/xc/workInProgress/MTXserver/Xext/Imakefile
index a1328cb66..c43575864 100644
--- a/xc/workInProgress/MTXserver/Xext/Imakefile
+++ b/xc/workInProgress/MTXserver/Xext/Imakefile
@@ -3,8 +3,8 @@ STD_DEFINES = ServerDefines
SRCS = zoid.c bezier.c plxvideo.c xtest1di.c xtest1dd.c shape.c
OBJS = zoid.o bezier.o plxvideo.o xtest1di.o xtest1dd.o shape.o
#else
- SRCS = shape.c shm.c
- OBJS = shape.o shm.o
+ SRCS = shape.c shm.c buffer.c
+ OBJS = shape.o shm.o buffer.o
#endif
CDEBUGFLAGS = ServerCDebugFlags
INCLUDES = -I../include -I$(INCLUDESRC) -I$(SERVERSRC)/include