Changeset 47158 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jul 15, 2013 12:37:15 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleVRDPServer.h
r46097 r47158 248 248 uint32_t volatile mu32AudioInputClientId; 249 249 250 int32_t volatile mcClients; 251 250 252 static DECLCALLBACK(void) H3DORBegin(const void *pvContext, void **ppvInstance, 251 253 const char *pszFormat); … … 260 262 void *pvBuffer, uint32_t cbBuffer, uint32_t *pcbOut); 261 263 262 void remote3DRedirect( void);264 void remote3DRedirect(bool fEnable); 263 265 264 266 /*
Note:
See TracChangeset
for help on using the changeset viewer.