xserver-multidpi/Xext
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
..
bigreq.c Remove all empty extension reset hooks, replace with NULL. 2008-07-24 15:46:08 -04:00
dpms.c Remove all empty extension reset hooks, replace with NULL. 2008-07-24 15:46:08 -04:00
dpmsproc.h xace: add hooks + new access codes: core protocol screensaver requests 2007-08-16 10:36:05 -04:00
dpmsstubs.c Xext: remove redefinition of Bool. 2007-12-19 18:11:32 +10:30
geext.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
geext.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
geint.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
Makefile.am Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
mbuf.c Xext: fix MultiBuffer compilation error with TryClientEvents. (#18835) 2008-12-02 15:50:38 +10:00
mbufbf.c Redefine WindowTable as a fixed array 2008-08-05 01:17:32 +03:00
mbufpx.c Xext: Remove usage of alloca 2007-11-05 14:34:46 +00:00
panoramiX.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
panoramiX.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
panoramiXh.h Centralize declaration of ConnectionInfo. 2008-08-20 13:14:34 -04:00
panoramiXprocs.c Shape extension is built-in and mandatory. 2008-07-24 15:46:08 -04:00
panoramiXsrv.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
panoramiXSwap.c Merge branch 'master' into mpx 2008-01-03 17:04:54 +10:30
saver.c Prepare for array-index based devPrivates. 2008-08-28 18:05:40 -04:00
security.c Prepare for array-index based devPrivates. 2008-08-28 18:05:40 -04:00
securitysrv.h Rework of the XC-SECURITY extension. The gen-auth protocol has not changed, 2007-11-08 16:32:42 -05:00
shape.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
shm.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
shmint.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
sleepuntil.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
sleepuntil.h Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
sync.c Drop a bunch of #ifdef Lynx. 2008-07-17 11:59:24 -04:00
xace.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xace.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xacestr.h XACE: Add generic support for property and selection polyinstantiation. 2008-02-29 18:01:37 -05:00
xcalibrate.c Remove all empty extension reset hooks, replace with NULL. 2008-07-24 15:46:08 -04:00
xcmisc.c Remove all empty extension reset hooks, replace with NULL. 2008-07-24 15:46:08 -04:00
xf86bigfont.c Unifdef ISC 2008-10-02 17:03:54 -04:00
xres.c xalloc+memset(0) -> xcalloc 2008-10-06 15:36:51 -04:00
xselinux.c xselinux: use "raw context" variants of getpeercon() and getcon(). 2008-11-25 22:49:19 -05:00
xselinux.h XSELinux: Add a request to get a client's context from a resource ID. 2008-03-31 17:35:10 -04:00
xtest.c Move EXTENSION_BASE and EXTENSION_EVENT_BASE to misc.h. 2008-10-31 17:09:13 +10:30
xvdisp.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xvdisp.h Fix swapped Xv dispatch under Xinerama. 2007-12-02 14:15:36 -05:00
xvdix.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xvmain.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xvmc.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xvmcext.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00