xserver-multidpi/mi
Paulo Cesar Pereira de Andrade d6cbd4511e Export symbols defined in the sdk.
This is the biggest "visibility" patch. Instead of doing a "export"
symbol on demand, export everything in the sdk, so that if some module
fails due to an unresolved symbol, it is because it is using a symbol
not in the sdk.

  Most exported symbols shouldn't really be made visible, neither
advertised in the sdk, as they are only used by a single shared object.

  Symbols in the sdk (or referenced in sdk macros), but not defined
anywhere include:
XkbBuildCoreState()
XkbInitialMap
XkbXIUnsupported
XkbCheckActionVMods()
XkbSendCompatNotify()
XkbDDXFakePointerButton()
XkbDDXApplyConfig()
_XkbStrCaseCmp()
_XkbErrMessages[]
_XkbErrCode
_XkbErrLocation
_XkbErrData
XkbAccessXDetailText()
XkbNKNDetailMaskText()
XkbLookupGroupAndLevel()
XkbInitAtoms()
XkbGetOrderedDrawables()
XkbFreeOrderedDrawables()
XkbConvertXkbComponents()
XkbWriteXKBSemantics()
XkbWriteXKBLayout()
XkbWriteXKBKeymap()
XkbWriteXKBFile()
XkbWriteCFile()
XkbWriteXKMFile()
XkbWriteToServer()
XkbMergeFile()
XkmFindTOCEntry()
XkmReadFileSection()
XkmReadFileSectionName()
InitExtInput()
xf86CheckButton()
xf86SwitchCoreDevice()
RamDacSetGamma()
RamDacRestoreDACValues()
xf86Bpp
xf86ConfigPix24
xf86MouseCflags[]
xf86SupportedMouseTypes[]
xf86NumMouseTypes
xf86ChangeBusIndex()
xf86EntityEnter()
xf86EntityLeave()
xf86WrapperInit()
xf86RingBell()
xf86findOptionBoolean()
xf86debugListOptions()
LoadSubModuleLocal()
LoaderSymbolLocal()
getInt10Rec()
xf86CurrentScreen
xf86ReallocatePciResources()
xf86NewSerialNumber()
xf86RandRSetInitialMode()
fbCompositeSolidMask_nx1xn
fbCompositeSolidMask_nx8888x0565C
fbCompositeSolidMask_nx8888x8888C
fbCompositeSolidMask_nx8x0565
fbCompositeSolidMask_nx8x0888
fbCompositeSolidMask_nx8x8888
fbCompositeSrc_0565x0565
fbCompositeSrc_8888x0565
fbCompositeSrc_8888x0888
fbCompositeSrc_8888x8888
fbCompositeSrcAdd_1000x1000
fbCompositeSrcAdd_8000x8000
fbCompositeSrcAdd_8888x8888
fbGeneration
fbIn
fbOver
fbOver24
fbOverlayGeneration
fbRasterizeEdges
fbRestoreAreas
fbSaveAreas
composeFunctions
VBEBuildVbeModeList()
VBECalcVbeModeIndex()
TIramdac3030CalculateMNPForClock()
shadowBufPtr
shadowFindBuf()
miRRGetScreenInfo()
RRSetScreenConfig()
RRModePruneUnused()
PixmanImageFromPicture()
extern int miPointerGetMotionEvents()
miClipPicture()
miRasterizeTriangle()
fbPush1toN()
fbInitializeBackingStore()
ddxBeforeReset()
SetupSprite()
InitSprite()
DGADeliverEvent()

  SPECIAL CASES
o defined as _X_INTERNAL
	xf86NewInputDevice()
o defined as static
	fbGCPrivateKey
	fbOverlayScreenPrivateKey
	fbScreenPrivateKey
	fbWinPrivateKey
o defined in libXfont.so, but declared in xorg/dixfont.h
	GetGlyphs()
	QueryGlyphExtents()
	QueryTextExtents()
	ParseGlyphCachingMode()
	InitGlyphCaching()
	SetGlyphCachingMode()
2008-11-29 23:56:06 -02:00
..
Makefile.am Remove mfb and cfb from include paths where they're not needed. 2007-05-11 11:43:19 -04:00
mi.h Fix compile for miSetScreenPixmap prototype. 2008-10-03 18:18:02 -04:00
miarc.c mi: ansify. 2008-05-28 14:23:08 +09:30
mibank.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
mibank.h Delete unused miModifyBanking() 2008-10-03 17:51:21 -04:00
mibitblt.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
mibstore.c Implement core protocol backing store exclusively in terms of Composite. 2007-08-25 15:08:20 -04:00
mibstore.h Implement core protocol backing store exclusively in terms of Composite. 2007-08-25 15:08:20 -04:00
mibstorest.h Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
micmap.c Nuke prototype for nonexistent function 2008-10-26 11:44:57 +01:00
micmap.h Remove unused wrapping for visual initialization. 2008-10-03 17:51:21 -04:00
micoord.h Unifdef sgi. 2008-07-23 13:37:42 -04:00
micursor.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
midash.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
midispcur.c Prepare for array-index based devPrivates. 2008-08-28 18:05:40 -04:00
mieq.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
miexpose.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
mifillarc.c Remove some null statements. 2008-11-08 12:21:20 -05:00
mifillarc.h Static and dead code cleanup from mi/ 2007-03-25 17:56:32 -04:00
mifillrct.c mi: ansify. 2008-05-28 14:23:08 +09:30
mifpoly.h Make the use of ICEIL slightly less ugly. 2007-05-11 11:43:19 -04:00
mifpolycon.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
migc.c Dangling use of miDestroyGCOps 2008-10-03 18:30:37 -04:00
migc.h mi{Create,Destroy}GCOps are unused, nuke 'em. 2008-10-03 17:51:20 -04:00
miglblt.c mi: ansify. 2008-05-28 14:23:08 +09:30
miinitext.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
miline.h devPrivates rework: add missing include of dix/privates.h 2007-11-19 16:34:38 -05:00
mioverlay.c Prepare for array-index based devPrivates. 2008-08-28 18:05:40 -04:00
mioverlay.h Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
mipointer.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
mipointer.h mi: functions here are carrying 'time' without need. 2008-10-08 03:41:17 -03:00
mipointrst.h mi: protect mipointrst.h against multiple includes. 2008-06-11 17:24:19 +09:30
mipoly.c mi: ansify. 2008-05-28 14:23:08 +09:30
mipoly.h Static and dead code cleanup from mi/ 2007-03-25 17:56:32 -04:00
mipolycon.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
mipolygen.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
mipolypnt.c mi: ansify. 2008-05-28 14:23:08 +09:30
mipolyrect.c mi: ansify. 2008-05-28 14:23:08 +09:30
mipolyseg.c mi: ansify. 2008-05-28 14:23:08 +09:30
mipolytext.c mi: ansify. 2008-05-28 14:23:08 +09:30
mipolyutil.c mi: ansify. 2008-05-28 14:23:08 +09:30
mipushpxl.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
miregion.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
miscanfill.h Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
miscrinit.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
mispans.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
mispans.h Static and dead code cleanup from mi/ 2007-03-25 17:56:32 -04:00
misprite.c Prepare for array-index based devPrivates. 2008-08-28 18:05:40 -04:00
misprite.h Revert "Suppress software cursor removal during rotated shadow buffer drawing." 2007-04-19 17:49:34 -07:00
mispritest.h Refactor misprite a bit. 2008-08-19 14:47:10 -04:00
mistruct.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
mivalidate.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
mivaltree.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
miwideline.c mi: ansify. 2008-05-28 14:23:08 +09:30
miwideline.h Static and dead code cleanup from mi/ 2007-03-25 17:56:32 -04:00
miwindow.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
mizerarc.c mi: ansify. 2008-05-28 14:23:08 +09:30
mizerarc.h Static and dead code cleanup from mi/ 2007-03-25 17:56:32 -04:00
mizerclip.c mi: ansify. 2008-05-28 14:23:08 +09:30
mizerline.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00