summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-08-08 17:38:37 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-08-08 17:38:37 +0000
commit5e6e5e6d8c6add3aac5c3aebc984d3afb842edc1 (patch)
tree01c06ed0a96335d20dd418ca7d504c1bd3049afe
parenta11ce76b0625501a202fa34e18777b7bd42b2713 (diff)
Mon Aug 8 13:36:23 2005 Søren Sandmann <sandmann@redhat.com>
#undef PIXPRIV here.
-rw-r--r--ChangeLog4
-rw-r--r--include/xorg-config.h.in3
2 files changed, 7 insertions, 0 deletions
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 <sandmann@redhat.com>
+
+ * include/xorg-config.h.in: #undef PIXPRIV here.
+
2005-08-07 Keith Packard <keithp@keithp.com>
* 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