mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Merge branch 'master' into autotools-conversion
This commit is contained in:
commit
11af2add7e
6 changed files with 9 additions and 9 deletions
|
|
@ -1326,7 +1326,7 @@ QueryServerSettings( void )
|
|||
return(-1);
|
||||
}
|
||||
}
|
||||
tmpMod = XKeycodeToKeysym(smGD.display, modMap->modifiermap[i], 0);
|
||||
tmpMod = XkbKeycodeToKeysym(smGD.display, modMap->modifiermap[i], 0, 0);
|
||||
sprintf(tmpChar,"%ld", tmpMod);
|
||||
strcat(resSpec, tmpChar);
|
||||
if(i != numLoops)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue