mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 17:30:02 +01:00
Fix Xming fails to use xkb bug
bug #5049 (Colin Harrison)
(cherry picked from 792e0f71c6 commit)
This commit is contained in:
parent
1587946f87
commit
f604d0b69a
1 changed files with 1 additions and 0 deletions
|
|
@ -694,6 +694,7 @@ winFixupPaths (void)
|
||||||
if (sizeof(xkbbasedir) > 0)
|
if (sizeof(xkbbasedir) > 0)
|
||||||
xkbbasedir[sizeof(xkbbasedir)-1] = 0;
|
xkbbasedir[sizeof(xkbbasedir)-1] = 0;
|
||||||
XkbBaseDirectory = xkbbasedir;
|
XkbBaseDirectory = xkbbasedir;
|
||||||
|
XkbBinDirectory = xkbbasedir
|
||||||
}
|
}
|
||||||
#endif /* XKB */
|
#endif /* XKB */
|
||||||
#endif /* RELOCATE_PROJECTROOT */
|
#endif /* RELOCATE_PROJECTROOT */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue