xserver-multidpi/xkb
Paulo Cesar Pereira de Andrade 49f77fff14 Rework symbol visibility for easier maintenance
Save in a few special cases, _X_EXPORT should not be used in C source
files. Instead, it should be used in headers, and the proper C source
include that header. Some special cases are symbols that need to be
shared between modules, but not expected to be used by external drivers,
and symbols that are accessible via LoaderSymbol/dlopen.

  This patch also adds conditionally some new sdk header files, depending
on extensions enabled. These files were added to match pattern for
other extensions/modules, that is, have the headers "deciding" symbol
visibility in the sdk. These headers are:
o Xext/panoramiXsrv.h, Xext/panoramiX.h
o fbpict.h (unconditionally)
o vidmodeproc.h
o mioverlay.h (unconditionally, used only by xaa)
o xfixes.h (unconditionally, symbols required by dri2)

  LoaderSymbol and similar functions now don't have different prototypes,
in loaderProcs.h and xf86Module.h, so that both headers can be included,
without the need of defining IN_LOADER.

  xf86NewInputDevice() device prototype readded to xf86Xinput.h, but
not exported (and with a comment about it).
2008-12-03 05:43:34 -02:00
..
ddxBeep.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
ddxCtrls.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
ddxDevBtn.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
ddxFakeMtn.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
ddxInit.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
ddxKeyClick.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
ddxKillSrv.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
ddxLEDs.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
ddxList.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
ddxLoad.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
ddxPrivate.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
ddxVT.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
Makefile.am xkb: when faking mouse button events, fake them on the correct devices. 2008-11-04 16:04:15 +10:30
maprules.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
README.compiled R6.6 is the Xorg base-line 2003-11-14 15:54:54 +00:00
xkb.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xkb.h XKB: Move headers into the server tree 2008-02-17 22:52:07 +02:00
xkbAccessX.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xkbActions.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
XKBAlloc.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xkbDflts.h Static markup and dead code cull over xkb/. 2007-03-20 18:37:02 -04:00
xkbEvents.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xkbfmisc.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
XKBGAlloc.c XKB: Remove usage of client-side types 2008-02-17 22:52:07 +02:00
xkbgeom.h XKB: Remove usage of client-side types 2008-02-17 22:52:07 +02:00
xkbInit.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xkbLEDs.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
XKBMAlloc.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
XKBMisc.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xkbout.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xkbPrKeyEv.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xkbPrOtherEv.c XkbProcessOtherEvent: Don't depend on now-removed header 2008-02-17 22:52:08 +02:00
xkbSwap.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xkbtext.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xkbUtils.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xkmread.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02: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.