[host] windows: plumb guest activation request to host

This commit is contained in:
Tudor Brindus
2022-02-06 22:39:42 -05:00
committed by Geoffrey McRae
parent fd28d0604e
commit 809e1095bd
5 changed files with 29 additions and 2 deletions

View File

@@ -44,6 +44,7 @@ const char * os_getExecutable();
const char * os_getDataPath();
void os_showMessage(const char * caption, const char * msg);
bool os_getAndClearPendingActivationRequest(void);
bool os_blockScreensaver();
bool os_hasSetCursorPos(void);
void os_setCursorPos(int x, int y);