9 Jun
2003
9 Jun
'03
9:39 a.m.
"Sylvain Petreolle" <spetreolle(a)yahoo.fr> wrote:
@@ -1013,7 +1013,8 @@ predefined group index and find it dynamically Ref: X Keyboard Extension: Library specification (section 14.1.1 and 17.1.1) */ - AltGrMask = event->state & 0x6000; + /* Save also all possible modifier states. */ + AltGrMask = event->state & (0x6000 | Mod1Mask | Mod2Mask | Mod3Mask | Mod4Mask | Mod5Mask); Str[ascii_chars] = '\0'; if (TRACE_ON(key)){
I assume that this part of the diff went in by a mistake. Doesn't it? Or you expect that if you borrow a little bit from the CX Office source it will be silently attributed to you? Please don't do this in future, Alexandre will do the merge on his own. -- Dmitry.