From 165ab0af3aefcc5dc039d49e00dcdfe41e2897a3 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Thu, 22 Nov 2007 02:16:16 -0800 Subject: [PATCH] Darwin: Further cleanup to line up to master --- hw/darwin/Makefile.am | 1 + hw/darwin/darwin.c | 2 -- hw/darwin/darwin.h | 2 +- hw/darwin/quartz/xpr/Makefile.am | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/hw/darwin/Makefile.am b/hw/darwin/Makefile.am index e21a04548..f4bb6b027 100644 --- a/hw/darwin/Makefile.am +++ b/hw/darwin/Makefile.am @@ -88,6 +88,7 @@ x11launcher-clean: install-data-hook: x11app-install x11launcher-install clean-local: x11app-clean x11launcher-clean + endif EXTRA_DIST = \ diff --git a/hw/darwin/darwin.c b/hw/darwin/darwin.c index c721ca112..3eca65f08 100644 --- a/hw/darwin/darwin.c +++ b/hw/darwin/darwin.c @@ -3,8 +3,6 @@ * Shared code for the Darwin X Server * running with Quartz or IOKit display mode * - **************************************************************/ -/* * Copyright (c) 2001-2004 Torrey T. Lyons. All Rights Reserved. * Copyright (c) 2007 Apple Inc. * diff --git a/hw/darwin/darwin.h b/hw/darwin/darwin.h index 14443b94f..ef0a9223a 100644 --- a/hw/darwin/darwin.h +++ b/hw/darwin/darwin.h @@ -48,7 +48,7 @@ typedef struct { // From darwin.c -void DarwinPrintBanner(); +void DarwinPrintBanner(void); int DarwinParseModifierList(const char *constmodifiers); void DarwinAdjustScreenOrigins(ScreenInfo *pScreenInfo); void xf86SetRootClip (ScreenPtr pScreen, BOOL enable); diff --git a/hw/darwin/quartz/xpr/Makefile.am b/hw/darwin/quartz/xpr/Makefile.am index 67c833907..d45c07129 100644 --- a/hw/darwin/quartz/xpr/Makefile.am +++ b/hw/darwin/quartz/xpr/Makefile.am @@ -1,5 +1,5 @@ noinst_LIBRARIES = libxpr.a -AM_CFLAGS = $(XORG_CFLAGS) $(PIXMAN_CFLAGS) +AM_CFLAGS = $(XORG_CFLAGS) AM_CPPFLAGS = $(XORG_INCS) \ -DHAVE_XORG_CONFIG_H \ -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../.. \