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