xf86-video-intel 2.5 release planning
Tomas Carnecky
tom at dbservice.com
Fri Aug 1 17:08:43 PDT 2008
Keith Packard wrote:
> On Fri, 2008-08-01 at 15:08 -0400, Eamon Walsh wrote:
>
>> That is the current proposal: DevPrivateKey = int*. You declare an
>> integer variable and pass its address as the key.
>
> Ah, cool. I thought I saw some extra variable that pointed at the int *.
The following change is needed for each occurrence of a DevPrivateKey:
-DevPrivateKey rrPrivKey = &rrPrivKey;
+static int rrPrivKeyIndex;
+DevPrivateKey rrPrivKey = &rrPrivKeyIndex;
tom
More information about the xorg
mailing list