mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-24 23:10:41 +02:00
Cosmetic correctness fixes: miEmptyBox and miEmptyData are variables, and
miGlyphExtents is a function.
This commit is contained in:
parent
aa7fb99bc7
commit
b262a18aad
1 changed files with 3 additions and 3 deletions
|
|
@ -91,8 +91,6 @@ LOOKUP miLookupTab[] = {
|
|||
SYMFUNC(miClearDrawable)
|
||||
SYMFUNC(miPolyPoint)
|
||||
SYMFUNC(miStepDash)
|
||||
SYMFUNC(miEmptyBox)
|
||||
SYMFUNC(miEmptyData)
|
||||
SYMFUNC(miIntersect)
|
||||
SYMFUNC(miRegionAppend)
|
||||
SYMFUNC(miRegionCopy)
|
||||
|
|
@ -197,13 +195,15 @@ LOOKUP miLookupTab[] = {
|
|||
SYMFUNC(miOverlayComputeCompositeClip)
|
||||
SYMFUNC(miOverlayGetPrivateClips)
|
||||
SYMFUNC(miOverlaySetRootClip)
|
||||
SYMVAR(miEmptyBox)
|
||||
SYMVAR(miEmptyData)
|
||||
SYMVAR(miZeroLineScreenIndex)
|
||||
SYMVAR(miSpritePointerFuncs)
|
||||
SYMVAR(miPointerScreenIndex)
|
||||
SYMVAR(miInstalledMaps)
|
||||
SYMVAR(miInitVisualsProc)
|
||||
#ifdef RENDER
|
||||
SYMVAR(miGlyphExtents)
|
||||
SYMFUNC(miGlyphExtents)
|
||||
#endif
|
||||
|
||||
{0, 0}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue