On 8/29/10 7:01 PM, Fernando Carrijo wrote: > Tomas Carnecky <[email protected]> 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 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
