Module Name:    xsrc
Committed By:   snj
Date:           Tue Dec  1 19:34:32 UTC 2009

Modified Files:
        xsrc/external/mit/xf86-video-radeonhd/include [netbsd-5]: config.h

Log Message:
Apply patch (requested by rafal in ticket 1160):
Regenerate xf86-video-radeonhd's config.h.


To generate a diff of this commit:
cvs rdiff -u -r1.2.2.1 -r1.2.2.2 \
    xsrc/external/mit/xf86-video-radeonhd/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-radeonhd/include/config.h
diff -u xsrc/external/mit/xf86-video-radeonhd/include/config.h:1.2.2.1 xsrc/external/mit/xf86-video-radeonhd/include/config.h:1.2.2.2
--- xsrc/external/mit/xf86-video-radeonhd/include/config.h:1.2.2.1	Thu Sep 17 03:34:13 2009
+++ xsrc/external/mit/xf86-video-radeonhd/include/config.h	Tue Dec  1 19:34:32 2009
@@ -20,7 +20,7 @@
 #define HAVE_DLFCN_H 1
 
 /* have RotateFreeShadow API */
-/* #undef HAVE_FREE_SHADOW */
+#define HAVE_FREE_SHADOW 1
 
 /* Define to 1 if you have the <inttypes.h> header file. */
 #define HAVE_INTTYPES_H 1
@@ -99,7 +99,7 @@
 #define STDC_HEADERS 1
 
 /* Build support for DRI */
-/* #undef USE_DRI */
+#define USE_DRI 1
 
 /* Build support for Exa */
 #define USE_EXA 1
@@ -108,6 +108,6 @@
 #define VERSION "1.2.5"
 
 /* xf86CrtcFuncsRec has member set_mode_major */
-/* #undef XF86CRTCFUNCS_HAS_SETMODEMAJOR */
+#define XF86CRTCFUNCS_HAS_SETMODEMAJOR 1
 
 #endif

Reply via email to