mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-23 09:48:59 +00:00
Update sequence #26
This commit is contained in:
parent
cc0d7f76b7
commit
b209bcd0cc
2 changed files with 7 additions and 6 deletions
|
|
@ -43,13 +43,14 @@ void XCloseMainDisplay(void)
|
|||
}
|
||||
}
|
||||
|
||||
char *getXDisplay(void)
|
||||
{
|
||||
return displayName;
|
||||
}
|
||||
|
||||
void setXDisplay(char *name)
|
||||
{
|
||||
displayName = strdup(name);
|
||||
hasDisplayNameChanged = 1;
|
||||
}
|
||||
|
||||
char *getXDisplay(void)
|
||||
{
|
||||
return displayName;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
version string = "v0.41.1.179,Happy new year!"
|
||||
version string = "v0.41.1.181,Happy new year!"
|
||||
)
|
||||
|
||||
//GetVersion get version
|
||||
|
|
|
|||
Loading…
Reference in a new issue