Bug #5216: Allow options to appear with other components.

This commit is contained in:
Adam Jackson 2006-02-28 18:11:58 +00:00
parent 83c579c97b
commit 8928e9e097
2 changed files with 3 additions and 7 deletions

View file

@ -8,6 +8,9 @@
* randr/Makefile.am:
Sync with head, install randrstr.h in the SDK.
* xkb/maprules.c:
Bug #5216: Allow options to appear with other components.
2006-02-15 Eric Anholt <anholt@FreeBSD.org>
* include/dix-config.h.in:

View file

@ -378,13 +378,6 @@ Bool found;
remap->num_remap= 0;
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))&&
((present&COMPONENT_MASK)!=(1<<KEYMAP))) {
PR_DEBUG("Keymap cannot appear with other components\n");