mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 14:43:55 +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)
|
void setXDisplay(char *name)
|
||||||
{
|
{
|
||||||
displayName = strdup(name);
|
displayName = strdup(name);
|
||||||
hasDisplayNameChanged = 1;
|
hasDisplayNameChanged = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
char *getXDisplay(void)
|
||||||
|
{
|
||||||
|
return displayName;
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user