Update sequence #26

This commit is contained in:
vCaesar 2017-01-03 01:54:53 +08:00
parent cc0d7f76b7
commit b209bcd0cc
2 changed files with 7 additions and 6 deletions

View File

@ -43,13 +43,14 @@ void XCloseMainDisplay(void)
} }
} }
char *getXDisplay(void)
{
return displayName;
}
void setXDisplay(char *name) void setXDisplay(char *name)
{ {
displayName = strdup(name); displayName = strdup(name);
hasDisplayNameChanged = 1; hasDisplayNameChanged = 1;
} }
char *getXDisplay(void)
{
return displayName;
}

View File

@ -38,7 +38,7 @@ import (
) )
const ( const (
version string = "v0.41.1.179,Happy new year!" version string = "v0.41.1.181,Happy new year!"
) )
//GetVersion get version //GetVersion get version