mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[host] windows: plumb guest activation request to host
This commit is contained in:

committed by
Geoffrey McRae

parent
fd28d0604e
commit
809e1095bd
@@ -81,6 +81,12 @@ const char * os_getDataPath(void)
|
||||
return app.dataPath;
|
||||
}
|
||||
|
||||
bool os_getAndClearPendingActivationRequest(void)
|
||||
{
|
||||
// TODO
|
||||
return false;
|
||||
}
|
||||
|
||||
bool os_blockScreensaver()
|
||||
{
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user