Commit 1b54f646 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mihai Moldovan

Lift dix to xorg-xserver-1.3.0.0 state - non-functional changes only

parent 485d6267
...@@ -110,8 +110,8 @@ CARD32 defaultDPMSSuspendTime = DEFAULT_SUSPEND_TIME; ...@@ -110,8 +110,8 @@ CARD32 defaultDPMSSuspendTime = DEFAULT_SUSPEND_TIME;
CARD32 defaultDPMSOffTime = DEFAULT_OFF_TIME; CARD32 defaultDPMSOffTime = DEFAULT_OFF_TIME;
CARD16 DPMSPowerLevel = 0; CARD16 DPMSPowerLevel = 0;
Bool defaultDPMSEnabled = DEFAULT_DPMS_ENABLED; Bool defaultDPMSEnabled = DEFAULT_DPMS_ENABLED;
Bool DPMSEnabledSwitch = FALSE; /* these denote the DPMS command line */ Bool DPMSEnabledSwitch = FALSE; /* these denote the DPMS command */
Bool DPMSDisabledSwitch = FALSE; /* switch states */ Bool DPMSDisabledSwitch = FALSE; /* line switch states */
Bool DPMSCapableFlag = FALSE; Bool DPMSCapableFlag = FALSE;
CARD32 DPMSStandbyTime; CARD32 DPMSStandbyTime;
CARD32 DPMSSuspendTime; CARD32 DPMSSuspendTime;
......
...@@ -354,8 +354,7 @@ SQueryKeymapReply(ClientPtr pClient, int size, xQueryKeymapReply *pRep) ...@@ -354,8 +354,7 @@ SQueryKeymapReply(ClientPtr pClient, int size, xQueryKeymapReply *pRep)
WriteToClient(pClient, size, pRep); WriteToClient(pClient, size, pRep);
} }
static static void
void
SwapCharInfo(xCharInfo *pInfo) SwapCharInfo(xCharInfo *pInfo)
{ {
swaps(&pInfo->leftSideBearing); swaps(&pInfo->leftSideBearing);
...@@ -380,8 +379,7 @@ SwapFontInfo(xQueryFontReply *pr) ...@@ -380,8 +379,7 @@ SwapFontInfo(xQueryFontReply *pr)
swapl(&pr->nCharInfos); swapl(&pr->nCharInfos);
} }
static static void
void
SwapFont(xQueryFontReply *pr, Bool hasGlyphs) SwapFont(xQueryFontReply *pr, Bool hasGlyphs)
{ {
unsigned i; unsigned i;
......
...@@ -61,7 +61,6 @@ SOFTWARE. ...@@ -61,7 +61,6 @@ SOFTWARE.
/* Thanks to Jack Palevich for testing and subsequently rewriting all this */ /* Thanks to Jack Palevich for testing and subsequently rewriting all this */
/* Byte swap a list of longs */ /* Byte swap a list of longs */
void void
SwapLongs (register CARD32 *list, register unsigned long count) SwapLongs (register CARD32 *list, register unsigned long count)
{ {
...@@ -86,7 +85,6 @@ SwapLongs (register CARD32 *list, register unsigned long count) ...@@ -86,7 +85,6 @@ SwapLongs (register CARD32 *list, register unsigned long count)
} }
/* Byte swap a list of shorts */ /* Byte swap a list of shorts */
void void
SwapShorts (register short *list, register unsigned long count) SwapShorts (register short *list, register unsigned long count)
{ {
......
...@@ -349,7 +349,6 @@ ProcGetProperty(ClientPtr client) ...@@ -349,7 +349,6 @@ ProcGetProperty(ClientPtr client)
REQUEST(xGetPropertyReq); REQUEST(xGetPropertyReq);
REQUEST_SIZE_MATCH(xGetPropertyReq); REQUEST_SIZE_MATCH(xGetPropertyReq);
if (stuff->delete) if (stuff->delete)
UpdateCurrentTime(); UpdateCurrentTime();
pWin = (WindowPtr)SecurityLookupWindow(stuff->window, client, pWin = (WindowPtr)SecurityLookupWindow(stuff->window, client,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment