Matthias Hopf wrote:
> On Mar 22, 10 17:50:38 -0700, Jeremy Huddleston wrote:
>> Actually, it was a valid error. The assignment was doing |= rather than =,
>> and the current value was garbage.
>
> ? |= looks correct.
Jeremy's right though - the struct is allocated on the stack, uninitialized,
2 lines previous, and no value was set first so the |= is doing
cn.changedControls = (uninitalized) | XkbControlsEnabledMask;
--
-Alan Coopersmith- [email protected]
Oracle Solaris Platform Engineering: X Window System
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel