aboutsummaryrefslogtreecommitdiff
path: root/xkbcomp/xkbcomp.c
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-11-01 13:05:28 +0000
committermarha <marha@users.sourceforge.net>2010-11-01 13:05:28 +0000
commit9af25cb02d1d2f86cd6e3cc1d18701f7304defdd (patch)
treeeba540372e6cbadd46c5a9de0fc4b84d0b50f9d1 /xkbcomp/xkbcomp.c
parent3eee9271d2345cb54c1778629ba3cf3b804c2671 (diff)
downloadvcxsrv-9af25cb02d1d2f86cd6e3cc1d18701f7304defdd.tar.gz
vcxsrv-9af25cb02d1d2f86cd6e3cc1d18701f7304defdd.tar.bz2
vcxsrv-9af25cb02d1d2f86cd6e3cc1d18701f7304defdd.zip
xkbcomp 1/11/2010
Diffstat (limited to 'xkbcomp/xkbcomp.c')
-rw-r--r--xkbcomp/xkbcomp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/xkbcomp/xkbcomp.c b/xkbcomp/xkbcomp.c
index 7c2568179..c8caf59c5 100644
--- a/xkbcomp/xkbcomp.c
+++ b/xkbcomp/xkbcomp.c
@@ -1037,6 +1037,7 @@ main(int argc, char *argv[])
ok = False;
break;
}
+ result.xkb->device_spec = device_id;
}
else if (inputFormat == INPUT_XKM) /* parse xkm file */
{
@@ -1053,6 +1054,7 @@ main(int argc, char *argv[])
ERROR1("Cannot read XKM file \"%s\"\n", inputFile);
ok = False;
}
+ result.xkb->device_spec = device_id;
}
else
{