xserver/hw/xfree86
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
..
common Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
ddc Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
dixmods Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
doc Remove unused HandleSpecialKeys config option 2008-12-02 13:09:22 -08:00
dri Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
dri2 Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
dummylib Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
exa More man page updates for 1.6 release for Xorg, xorg.conf & exa man pages. 2008-12-01 20:02:34 -08:00
fbdevhw Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
i2c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
int10 Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
loader Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
modes Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
os-support Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
parser Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
ramdac Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
shadowfb Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
utils Remove xorgcfg 2008-07-24 03:01:45 +03:00
vbe Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
vgahw Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
x86emu x86emu: fix sparse warnings 2008-10-26 13:17:31 +01:00
xaa Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xf8_16bpp Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
Makefile.am Update sample xorg.conf file 2008-12-02 14:35:45 -08:00
Options Initial revision 2003-11-14 16:48:57 +00:00
xorgconf.cpp Update sample xorg.conf file 2008-12-02 14:35:45 -08:00