mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-30 22:13:54 +00:00
Update sequence #26
This commit is contained in:
parent
cc0d7f76b7
commit
b209bcd0cc
@ -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 New Issue
Block a user