Files
xserver_xsdl/xkb
Keith Packard da70c7d556 xkb: Initialize 'bad' Atom in _XkbSetNamesCheck
When _XkbCheckAtoms returns NULL for an error, it always sets the
error return code, but GCC can't figure that out, so just initialize
the local variable, 'bad', in _XkbSetNamesCheck to eliminate the warning.

Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
2014-10-28 11:26:23 -07:00
..
2014-01-12 10:24:11 -08:00
2012-03-21 13:54:42 -07:00
2012-03-21 13:54:42 -07:00
2014-03-19 08:37:15 +10:00
2012-03-21 13:54:42 -07:00
2014-01-12 10:14:49 -08:00
2003-11-14 15:54:54 +00:00
2012-03-21 13:54:42 -07:00
2012-03-21 13:54:42 -07:00
2012-03-21 13:54:42 -07:00
2012-07-10 00:42:09 -07:00
2012-07-10 00:42:09 -07:00
2014-03-19 08:37:15 +10:00
2012-03-21 13:54:42 -07:00
2012-03-21 13:54:42 -07:00
2012-12-05 18:09:48 -06:00
2012-11-05 13:25:05 -06:00
2012-03-21 13:54:42 -07:00
2012-11-05 13:25:05 -06:00
2014-03-25 08:50:35 +10:00

The X server uses this directory to store the compiled version of the
current keymap and/or any scratch keymaps used by clients.  The X server
or some other tool might destroy or replace the files in this directory,
so it is not a safe place to store compiled keymaps for long periods of
time.  The default keymap for any server is usually stored in:
     X<num>-default.xkm
where <num> is the display number of the server in question, which makes
it possible for several servers *on the same host* to share the same 
directory.

Unless the X server is modified, sharing this directory between servers on
different hosts could cause problems.