[PATCH 7/8] Make the RECORD and DBE extensions builtin

Tomas Carnecky tom at dbservice.com
Mon Aug 30 06:17:17 PDT 2010


On 8/29/10 7:01 PM, Fernando Carrijo wrote:
> 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.

That is not a typo, in the origial code both XTEST and RECORD use
noTestExtension.

tom



More information about the xorg-devel mailing list