xf86-video-intel 2.5 release planning

Eamon Walsh ewalsh at tycho.nsa.gov
Fri Aug 1 12:08:05 PDT 2008


Keith Packard wrote:
> On Fri, 2008-08-01 at 10:32 +0200, Lukas Hejtmanek wrote:
>
>   
>> I got problem with compilation. Most probably it needs modified privates.h as
>> well. DevPrivateKey cannot be void * while you dereference it and it also
>> complains that size of PrivateRec is not know (you instantiate it at line 111
>> PrivateRec value = NULL)
>>     
>
> Also, if the changes require touching every one using privates, it seems
> like just making the DevPrivateKey be an int and passing the address of
> the key would save an unnecessary memory reference.
>   

That is the current proposal: DevPrivateKey = int*.  You declare an 
integer variable and pass its address as the key.

-- 
Eamon Walsh <ewalsh at tycho.nsa.gov>
National Security Agency




More information about the xorg mailing list