Small static cleanups on dix/

This commit is contained in:
Adam Jackson
2007-11-15 17:01:33 -05:00
parent 70e50fa51f
commit 20fd478324
4 changed files with 4 additions and 19 deletions

View File

@@ -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;