Changeset 52429 in vbox for trunk/src/VBox/GuestHost/OpenGL/include/cr_server.h
- Timestamp:
- Aug 20, 2014 11:58:38 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/include/cr_server.h
r52260 r52429 417 417 418 418 VBOXCRCMDCTL_HGCMDISABLE_DATA DisableData; 419 420 RTSEMEVENT hCalloutCompletionEvent; 421 VBOXCRCMDCTL *pCurrentCalloutCtl; 422 VBOXCRCLIENT_INFO ClientInfo; 419 423 420 424 /** configuration options */ … … 559 563 extern DECLEXPORT(void) crServerVBoxSetNotifyEventCB(PFNCRSERVERNOTIFYEVENT pfnCb); 560 564 565 extern DECLEXPORT(void) crVBoxServerCalloutEnable(VBOXCRCMDCTL *pCtl); 566 extern DECLEXPORT(void) crVBoxServerCalloutDisable(); 567 561 568 #ifdef VBOX_WITH_CRHGSMI 562 569 /* We moved all CrHgsmi command processing to crserverlib to keep the logic of dealing with CrHgsmi commands in one place.
Note:
See TracChangeset
for help on using the changeset viewer.