xenocara/app/xkbcomp
jsg 597cbd6d39 Don't compare with string literals
From Dimitry Andric
e200d0d41ef3158ea717206c1490e499a0c07f1b in xkbcomp git

fixes build with clang 10
2020-06-18 09:04:14 +00:00
..
man regen 2016-10-11 22:14:30 +00:00
aclocal.m4 Update to xkbcomp 1.4.1 2018-05-21 17:46:26 +00:00
action.c
action.h
alias.c
alias.h
ChangeLog Update to xkbcomp 1.4.2 2018-07-12 14:38:26 +00:00
compat.c
compat.h
compile Update to xkbcomp 1.4.2 2018-07-12 14:38:26 +00:00
config.guess
config.h.in
config.sub
configure Update to xkbcomp 1.4.2 2018-07-12 14:38:26 +00:00
configure.ac Update to xkbcomp 1.4.2 2018-07-12 14:38:26 +00:00
COPYING
depcomp
expr.c Update to xkbcomp 1.3.1 2016-08-06 11:08:41 +00:00
expr.h
geometry.c
indicators.c
indicators.h
INSTALL
install-sh
keycodes.c Update to xkbcomp 1.4.2 2018-07-12 14:38:26 +00:00
keycodes.h
keymap.c
keytypes.c
listing.c Update to xkbcomp 1.3.1 2016-08-06 11:08:41 +00:00
Makefile.am
Makefile.bsd-wrapper
Makefile.in regen 2016-10-11 22:14:30 +00:00
misc.c Update to xkbcomp 1.4.1 2018-05-21 17:46:26 +00:00
misc.h
missing
parseutils.c Update to xkbcomp 1.3.1 2016-08-06 11:08:41 +00:00
parseutils.h
README
symbols.c Update to xkbcomp 1.3.1 2016-08-06 11:08:41 +00:00
tokens.h
utils.c
utils.h
vmod.c
vmod.h
xkbcomp.c Don't compare with string literals 2020-06-18 09:04:14 +00:00
xkbcomp.h
xkbcomp.pc.in Update to xkbcomp 1.4.1 2018-05-21 17:46:26 +00:00
xkbparse.y
xkbpath.c
xkbpath.h
xkbscan.c
ylwrap

X Keyboard Extension
--------------------

The X Keyboard Extension essentially replaces the core protocol definition of
keyboard. The extension makes possible to clearly and explicitly specify most
aspects of keyboard behaviour on per-key basis and to more closely track the
logical and physical state of the keyboard. It also includes a number of
keyboard controls designed to make keyboards more accessible to people with
physical impairments.

There are five types of components in the server database corresponing to five
xkb symbolic names: symbols, geometry, keycodes, compat and types which
determine the keyboard behaviour. These five components can combined together
into a resulting keyboard mapping using the 'rules' component.

More information, including the complete specification, can be found on
http://www.x.org/wiki/XKB