Go to file
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
composite Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
config Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
damageext Unifdef ISC 2008-10-02 17:03:54 -04:00
dbe Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
dix Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
doc Document zap/-retro interaction more. 2008-10-07 20:40:15 -04:00
exa Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
fb Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
glx Fix GLX after 180bad8477. 2008-12-02 17:36:49 -08:00
hw Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
include Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
mi Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
miext Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
os Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
randr Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
record Drop the never-called SkippedRequestCallback list. 2008-10-03 17:51:19 -04:00
render Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
Xext Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xfixes Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
Xi Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xkb Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
.gitignore gitignore: ignore .patch files 2008-11-21 09:04:17 +10:00
acinclude.m4 New version of dolt 2008-11-25 23:15:35 -08:00
autogen.sh autogen.sh: Pass --force to autoreconf 2008-07-22 16:55:26 +03:00
configure.ac Add visibility flags to XSERVER_CFLAGS. 2008-12-02 02:50:45 -02:00
COPYING Revert "Update COPYING for SHA1 code" 2008-09-23 09:21:37 -07:00
cpprules.in For MANDEFS, also replace __mandir__ for $(mandir) which includes 2006-12-08 15:51:44 -06:00
Makefile.am XTrap delenda est. 2008-06-25 09:52:36 -04:00
xorg-server.m4 Add xorg-server.m4 for driver dependency checking. 2005-11-01 15:01:51 +00:00
xorg-server.pc.in Enable compiling the X Server and modules with hidden symbols by default. 2008-11-28 02:01:57 -02:00