mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-01 00:58:07 +02:00
xkb: constify XkbDDXOpenConfigFile
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Kristian Høgsberg <krh@bitplanet.net>
This commit is contained in:
parent
d35a02a767
commit
6ebd838d80
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ XkbDDXCompileKeymapByNames(XkbDescPtr xkb,
|
|||
}
|
||||
|
||||
static FILE *
|
||||
XkbDDXOpenConfigFile(char *mapName, char *fileNameRtrn, int fileNameRtrnLen)
|
||||
XkbDDXOpenConfigFile(const char *mapName, char *fileNameRtrn, int fileNameRtrnLen)
|
||||
{
|
||||
char buf[PATH_MAX], xkm_output_dir[PATH_MAX];
|
||||
FILE *file;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue