Bug #5216: Allow options to appear with other components.
This commit is contained in:
parent
e3b6b95f29
commit
1cfa9f647e
|
@ -1,3 +1,8 @@
|
||||||
|
2006-02-28 Daniel Stone <daniel@freedesktop.org>
|
||||||
|
|
||||||
|
* xkb/maprules.c:
|
||||||
|
Bug #5216: Allow options to appear with other components.
|
||||||
|
|
||||||
2006-02-28 Adam Jackson <ajax@freedesktop.org>
|
2006-02-28 Adam Jackson <ajax@freedesktop.org>
|
||||||
|
|
||||||
* XpConfig/C/print/models/CANONC3200-PS/fonts/Makefile.am:
|
* XpConfig/C/print/models/CANONC3200-PS/fonts/Makefile.am:
|
||||||
|
|
|
@ -378,13 +378,6 @@ Bool found;
|
||||||
remap->num_remap= 0;
|
remap->num_remap= 0;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (((present&PART_MASK)&(1<<OPTION))&&
|
|
||||||
((present&PART_MASK)!=(1<<OPTION))) {
|
|
||||||
PR_DEBUG("Options cannot appear with other parts\n");
|
|
||||||
PR_DEBUG("Illegal mapping ignored\n");
|
|
||||||
remap->num_remap= 0;
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if (((present&COMPONENT_MASK)&(1<<KEYMAP))&&
|
if (((present&COMPONENT_MASK)&(1<<KEYMAP))&&
|
||||||
((present&COMPONENT_MASK)!=(1<<KEYMAP))) {
|
((present&COMPONENT_MASK)!=(1<<KEYMAP))) {
|
||||||
PR_DEBUG("Keymap cannot appear with other components\n");
|
PR_DEBUG("Keymap cannot appear with other components\n");
|
||||||
|
|
Loading…
Reference in New Issue