Changeset 52429 in vbox for trunk/src/VBox/GuestHost/OpenGL
- Timestamp:
- Aug 20, 2014 11:58:38 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95613
- Location:
- trunk/src/VBox/GuestHost/OpenGL/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/include/chromium.h
r52329 r52429 737 737 #define GL_SHARE_LISTS_CR 0x8B31 738 738 739 #define GL_HH_SET_CLIENT_CALLOUT 0x8B32 740 739 741 /* ensure the resource is */ 740 742 #define GL_PIN_TEXTURE_SET_CR 0x8B32 -
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.