Bug #3368: Cosmetic cleanup to DIX export list.
This commit is contained in:
parent
547c47aaea
commit
8537146e36
|
@ -126,6 +126,9 @@ LOOKUP dixLookupTab[] = {
|
||||||
SYMFUNC(InitKeyClassDeviceStruct)
|
SYMFUNC(InitKeyClassDeviceStruct)
|
||||||
SYMFUNC(InitKeyboardDeviceStruct)
|
SYMFUNC(InitKeyboardDeviceStruct)
|
||||||
SYMFUNC(SendMappingNotify)
|
SYMFUNC(SendMappingNotify)
|
||||||
|
SYMFUNC(InitPointerDeviceStruct)
|
||||||
|
SYMFUNC(LookupKeyboardDevice)
|
||||||
|
SYMFUNC(LookupPointerDevice)
|
||||||
/* dispatch.c */
|
/* dispatch.c */
|
||||||
SYMFUNC(SetInputCheck)
|
SYMFUNC(SetInputCheck)
|
||||||
SYMFUNC(SendErrorToClient)
|
SYMFUNC(SendErrorToClient)
|
||||||
|
@ -173,12 +176,13 @@ LOOKUP dixLookupTab[] = {
|
||||||
SYMFUNC(GetSpritePosition)
|
SYMFUNC(GetSpritePosition)
|
||||||
SYMFUNC(GetSpriteWindow)
|
SYMFUNC(GetSpriteWindow)
|
||||||
SYMFUNC(GetSpriteCursor)
|
SYMFUNC(GetSpriteCursor)
|
||||||
|
SYMFUNC(WindowsRestructured)
|
||||||
SYMVAR(DeviceEventCallback)
|
SYMVAR(DeviceEventCallback)
|
||||||
SYMVAR(EventCallback)
|
SYMVAR(EventCallback)
|
||||||
SYMVAR(inputInfo)
|
SYMVAR(inputInfo)
|
||||||
SYMVAR(SetCriticalEvent)
|
SYMFUNC(SetCriticalEvent)
|
||||||
#ifdef PANORAMIX
|
#ifdef PANORAMIX
|
||||||
SYMVAR(XineramaGetCursorScreen)
|
SYMFUNC(XineramaGetCursorScreen)
|
||||||
#endif
|
#endif
|
||||||
/* property.c */
|
/* property.c */
|
||||||
SYMFUNC(ChangeWindowProperty)
|
SYMFUNC(ChangeWindowProperty)
|
||||||
|
@ -208,6 +212,7 @@ LOOKUP dixLookupTab[] = {
|
||||||
SYMFUNC(VerifyRectOrder)
|
SYMFUNC(VerifyRectOrder)
|
||||||
SYMFUNC(SetDashes)
|
SYMFUNC(SetDashes)
|
||||||
/* globals.c */
|
/* globals.c */
|
||||||
|
SYMVAR(ScreenSaverTime)
|
||||||
#ifdef DPMSExtension
|
#ifdef DPMSExtension
|
||||||
SYMVAR(DPMSEnabled)
|
SYMVAR(DPMSEnabled)
|
||||||
SYMVAR(DPMSCapableFlag)
|
SYMVAR(DPMSCapableFlag)
|
||||||
|
@ -244,11 +249,11 @@ LOOKUP dixLookupTab[] = {
|
||||||
SYMVAR(serverGeneration)
|
SYMVAR(serverGeneration)
|
||||||
/* main.c */
|
/* main.c */
|
||||||
SYMFUNC(NotImplemented)
|
SYMFUNC(NotImplemented)
|
||||||
|
SYMVAR(PixmapWidthPaddingInfo)
|
||||||
/* pixmap.c */
|
/* pixmap.c */
|
||||||
SYMFUNC(AllocatePixmap)
|
SYMFUNC(AllocatePixmap)
|
||||||
SYMFUNC(GetScratchPixmapHeader)
|
SYMFUNC(GetScratchPixmapHeader)
|
||||||
SYMFUNC(FreeScratchPixmapHeader)
|
SYMFUNC(FreeScratchPixmapHeader)
|
||||||
SYMVAR(PixmapWidthPaddingInfo)
|
|
||||||
/* privates.c */
|
/* privates.c */
|
||||||
SYMFUNC(AllocateClientPrivate)
|
SYMFUNC(AllocateClientPrivate)
|
||||||
SYMFUNC(AllocateClientPrivateIndex)
|
SYMFUNC(AllocateClientPrivateIndex)
|
||||||
|
@ -294,9 +299,9 @@ LOOKUP dixLookupTab[] = {
|
||||||
SYMFUNC(Swap32Write)
|
SYMFUNC(Swap32Write)
|
||||||
SYMFUNC(SwapConnSetupInfo)
|
SYMFUNC(SwapConnSetupInfo)
|
||||||
SYMFUNC(SwapConnSetupPrefix)
|
SYMFUNC(SwapConnSetupPrefix)
|
||||||
|
/* swapreq.c */
|
||||||
SYMFUNC(SwapShorts)
|
SYMFUNC(SwapShorts)
|
||||||
SYMFUNC(SwapLongs)
|
SYMFUNC(SwapLongs)
|
||||||
/* swapreq.c */
|
|
||||||
SYMFUNC(SwapColorItem)
|
SYMFUNC(SwapColorItem)
|
||||||
/* tables.c */
|
/* tables.c */
|
||||||
SYMVAR(EventSwapVector)
|
SYMVAR(EventSwapVector)
|
||||||
|
@ -321,7 +326,6 @@ LOOKUP dixLookupTab[] = {
|
||||||
SYMFUNC(TraverseTree)
|
SYMFUNC(TraverseTree)
|
||||||
SYMFUNC(UnmapWindow)
|
SYMFUNC(UnmapWindow)
|
||||||
SYMFUNC(WalkTree)
|
SYMFUNC(WalkTree)
|
||||||
SYMFUNC(WindowsRestructured)
|
|
||||||
SYMVAR(deltaSaveUndersViewable)
|
SYMVAR(deltaSaveUndersViewable)
|
||||||
SYMVAR(numSaveUndersViewable)
|
SYMVAR(numSaveUndersViewable)
|
||||||
SYMVAR(savedScreenInfo)
|
SYMVAR(savedScreenInfo)
|
||||||
|
@ -464,7 +468,6 @@ LOOKUP dixLookupTab[] = {
|
||||||
SYMFUNC(Xfree)
|
SYMFUNC(Xfree)
|
||||||
SYMFUNC(Xrealloc)
|
SYMFUNC(Xrealloc)
|
||||||
/* WaitFor.c */
|
/* WaitFor.c */
|
||||||
SYMFUNC(ScreenSaverTime)
|
|
||||||
SYMFUNC(TimerFree)
|
SYMFUNC(TimerFree)
|
||||||
SYMFUNC(TimerSet)
|
SYMFUNC(TimerSet)
|
||||||
SYMFUNC(TimerCancel)
|
SYMFUNC(TimerCancel)
|
||||||
|
@ -487,11 +490,6 @@ LOOKUP dixLookupTab[] = {
|
||||||
SYMFUNC(MakeClientGrabImpervious)
|
SYMFUNC(MakeClientGrabImpervious)
|
||||||
SYMVAR(GrabInProgress)
|
SYMVAR(GrabInProgress)
|
||||||
|
|
||||||
/* devices.c */
|
|
||||||
SYMFUNC(InitPointerDeviceStruct)
|
|
||||||
SYMFUNC(LookupKeyboardDevice)
|
|
||||||
SYMFUNC(LookupPointerDevice)
|
|
||||||
|
|
||||||
#ifdef XKB
|
#ifdef XKB
|
||||||
/* xkb/xkbInit.c */
|
/* xkb/xkbInit.c */
|
||||||
SYMFUNC(XkbInitKeyboardDeviceStruct)
|
SYMFUNC(XkbInitKeyboardDeviceStruct)
|
||||||
|
@ -513,17 +511,23 @@ LOOKUP dixLookupTab[] = {
|
||||||
|
|
||||||
/* librender.a */
|
/* librender.a */
|
||||||
#ifdef RENDER
|
#ifdef RENDER
|
||||||
|
/* picture.c */
|
||||||
SYMFUNC(PictureInit)
|
SYMFUNC(PictureInit)
|
||||||
SYMFUNC(miPictureInit)
|
|
||||||
SYMFUNC(miComputeCompositeRegion)
|
|
||||||
SYMFUNC(miGlyphs)
|
|
||||||
SYMFUNC(miCompositeRects)
|
|
||||||
SYMVAR(PictureScreenPrivateIndex)
|
|
||||||
SYMFUNC(PictureTransformPoint)
|
SYMFUNC(PictureTransformPoint)
|
||||||
SYMFUNC(PictureAddFilter)
|
|
||||||
SYMFUNC(PictureSetFilterAlias)
|
|
||||||
SYMFUNC(PictureGetSubpixelOrder)
|
SYMFUNC(PictureGetSubpixelOrder)
|
||||||
SYMFUNC(PictureSetSubpixelOrder)
|
SYMFUNC(PictureSetSubpixelOrder)
|
||||||
|
SYMVAR(PictureScreenPrivateIndex)
|
||||||
|
/* mipict.c */
|
||||||
|
SYMFUNC(miPictureInit)
|
||||||
|
SYMFUNC(miComputeCompositeRegion)
|
||||||
|
/* miglyph.c */
|
||||||
|
SYMFUNC(miGlyphs)
|
||||||
|
/* mirect.c */
|
||||||
|
SYMFUNC(miCompositeRects)
|
||||||
|
/* filter.c */
|
||||||
|
SYMFUNC(PictureAddFilter)
|
||||||
|
SYMFUNC(PictureSetFilterAlias)
|
||||||
|
/* renderedge.c */
|
||||||
SYMFUNC(RenderSampleCeilY)
|
SYMFUNC(RenderSampleCeilY)
|
||||||
SYMFUNC(RenderSampleFloorY)
|
SYMFUNC(RenderSampleFloorY)
|
||||||
SYMFUNC(RenderEdgeStep)
|
SYMFUNC(RenderEdgeStep)
|
||||||
|
|
Loading…
Reference in New Issue