[PATCH 7/8] Make the RECORD and DBE extensions builtin
Fernando Carrijo
fcarrijo.lists at gmail.com
Sun Aug 29 10:01:41 PDT 2010
Tomas Carnecky <tom at dbservice.com> wrote:
> diff --git a/mi/miinitext.c b/mi/miinitext.c
> index 5ad7a39..e6f150f 100644
> --- a/mi/miinitext.c
> +++ b/mi/miinitext.c
> @@ -532,6 +532,12 @@ static ExtensionModule staticExtensions[] = {
> #ifdef XSELINUX
> { SELinuxExtensionInit, SELINUX_EXTENSION_NAME, &noSELinuxExtension, NULL, NULL },
> #endif
> +#ifdef RECORD
> + { RecordExtensionInit, "RECORD", &noTestExtensions, NULL, NULL ),
^
A small typo right above.
More information about the xorg-devel
mailing list