mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
Kill LBX, too.
This commit is contained in:
parent
df6da66525
commit
a9ed5a8790
43 changed files with 64 additions and 9719 deletions
|
|
@ -65,11 +65,9 @@ SOFTWARE.
|
|||
|
||||
static void SwapFontInfo(xQueryFontReply *pr);
|
||||
|
||||
#ifndef LBX
|
||||
static void SwapCharInfo(xCharInfo *pInfo);
|
||||
|
||||
static void SwapFont(xQueryFontReply *pr, Bool hasGlyphs);
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Thanks to Jack Palevich for testing and subsequently rewriting all this
|
||||
|
|
@ -391,10 +389,7 @@ SQueryKeymapReply(ClientPtr pClient, int size, xQueryKeymapReply *pRep)
|
|||
(void)WriteToClient(pClient, size, (char *) pRep);
|
||||
}
|
||||
|
||||
#ifndef LBX
|
||||
static
|
||||
#endif
|
||||
void
|
||||
static void
|
||||
SwapCharInfo(xCharInfo *pInfo)
|
||||
{
|
||||
register char n;
|
||||
|
|
@ -423,10 +418,7 @@ SwapFontInfo(xQueryFontReply *pr)
|
|||
swapl(&pr->nCharInfos, n);
|
||||
}
|
||||
|
||||
#ifndef LBX
|
||||
static
|
||||
#endif
|
||||
void
|
||||
static void
|
||||
SwapFont(xQueryFontReply *pr, Bool hasGlyphs)
|
||||
{
|
||||
unsigned i;
|
||||
|
|
|
|||
Loading…
Reference in a new issue