From 2ba500864b149f7111220fd34b6e1f917f40f939 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 1 May 2016 21:58:22 +0200 Subject: hw/nxagent/NXdispatch.c: Shrink file, drop duplicate code that can identically be found in dix/dispatch.c. --- nx-X11/programs/Xserver/dix/Imakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nx-X11/programs/Xserver/dix/Imakefile') diff --git a/nx-X11/programs/Xserver/dix/Imakefile b/nx-X11/programs/Xserver/dix/Imakefile index 48f0eeb1b..cabee7a3b 100644 --- a/nx-X11/programs/Xserver/dix/Imakefile +++ b/nx-X11/programs/Xserver/dix/Imakefile @@ -15,6 +15,7 @@ FFS_OBJ = ffs.o #if (!(defined(NXAgentServer) && NXAgentServer)) NXAGENT_SKIP_SRCS = \ + dispatch.c \ events.c \ extension.c \ glyphcurs.c \ @@ -23,6 +24,7 @@ NXAGENT_SKIP_SRCS = \ window.c \ $(NULL) NXAGENT_SKIP_OBJS = \ + dispatch.o \ events.o \ extension.o \ glyphcurs.o \ @@ -38,7 +40,6 @@ SRCS = \ colormap.c \ cursor.c \ devices.c \ - dispatch.c \ dixutils.c \ gc.c \ globals.c \ @@ -61,7 +62,6 @@ OBJS = \ colormap.o \ cursor.o \ devices.o \ - dispatch.o \ dixutils.o \ gc.o \ globals.o \ -- cgit v1.2.3