Small static cleanups on dix/
This commit is contained in:
@@ -249,7 +249,7 @@ UpdateCurrentTimeIf(void)
|
||||
currentTime = systime;
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
InitSelections(void)
|
||||
{
|
||||
if (CurrentSelections)
|
||||
@@ -3836,7 +3836,7 @@ ProcInitialConnection(ClientPtr client)
|
||||
return (client->noClientException);
|
||||
}
|
||||
|
||||
int
|
||||
static int
|
||||
SendConnSetup(ClientPtr client, char *reason)
|
||||
{
|
||||
xWindowRoot *root;
|
||||
|
||||
Reference in New Issue
Block a user