summaryrefslogtreecommitdiff
path: root/geometry.c
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2004-02-23 21:37:57 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2004-02-23 21:37:57 +0000
commit5be0ac3f15b0de8981560ada5939e11a62a9d326 (patch)
tree7855ec988df805a874719cefe4bc5c23a490c4f0 /geometry.c
parentc3753ba83fc9f3ae414a5a70819d6f30433d9308 (diff)
downloadxorg-app-xkbcomp-5be0ac3f15b0de8981560ada5939e11a62a9d326.tar.gz
merge most of XFree86 RC3 (4.3.99.903) from vendor branch. bug #214XORG-RELEASE-1-BASEXEVIE-MERGEXINERAMA_2
Diffstat (limited to 'geometry.c')
-rw-r--r--geometry.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/geometry.c b/geometry.c
index 6a249de..9d73361 100644
--- a/geometry.c
+++ b/geometry.c
@@ -24,7 +24,7 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86: xc/programs/xkbcomp/geometry.c,v 1.5 2003/08/06 14:04:05 eich Exp $ */
+/* $XFree86: xc/programs/xkbcomp/geometry.c,v 1.6 2003/12/22 17:48:13 tsi Exp $ */
#include "xkbcomp.h"
#include "tokens.h"
@@ -438,8 +438,10 @@ DoodadInfo * dflt;
di->section= si;
if (si!=NULL) {
di->priority= si->nextDoodadPriority++;
+#if XkbGeomMaxPriority < 255
if (si->nextDoodadPriority>XkbGeomMaxPriority)
si->nextDoodadPriority= XkbGeomMaxPriority;
+#endif
}
else {
di->priority= info->nextPriority++;