xserver-multidpi/os
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
..
access.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
auth.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
backtrace.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
connection.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
io.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
log.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
Makefile.am Move xorg_backtrace() up to the OS level so we can call it from DIX. 2008-10-10 16:28:10 -04:00
mitauth.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
oscolor.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
osdep.h Unifdef hpux. 2008-07-23 13:43:09 -04:00
osinit.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
rpcauth.c Dead code removal 2008-07-17 21:37:50 +03:00
strcasecmp.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
strcasestr.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
strlcat.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
strlcpy.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
utils.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
WaitFor.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xdmauth.c Fix multiple warnings in os/xdmauth.c. 2008-06-13 22:12:02 -04:00
xdmcp.c Dead code removal 2008-07-17 21:37:50 +03:00
xprintf.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xstrans.c Change HAVE_CONFIG_H to HAVE_DIX_CONFIG_H. 2005-07-03 12:16:29 +00:00