From 5e6e5e6d8c6add3aac5c3aebc984d3afb842edc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Mon, 8 Aug 2005 17:38:37 +0000 Subject: [PATCH] =?UTF-8?q?Mon=20Aug=208=2013:36:23=202005=20S=C3=B8ren=20?= =?UTF-8?q?Sandmann=20=20#undef=20PIXPRIV=20here.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ChangeLog | 4 ++++ include/xorg-config.h.in | 3 +++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 43419a251..9d9477936 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Aug 8 13:36:23 2005 Søren Sandmann + + * include/xorg-config.h.in: #undef PIXPRIV here. + 2005-08-07 Keith Packard * include/dix-config.h.in: diff --git a/include/xorg-config.h.in b/include/xorg-config.h.in index cc880d792..6aede740f 100644 --- a/include/xorg-config.h.in +++ b/include/xorg-config.h.in @@ -66,6 +66,9 @@ /* Solaris 8 or later? */ #undef __SOL8__ +/* Whether to use pixmap privates */ +#undef PIXPRIV + /* Define to 1 if you have the `walkcontext' function (used on Solaris for xorg_backtrace in hw/xfree86/common/xf86Events.c */ #undef HAVE_WALKCONTEXT