Changeset 3399 in vbox
- Timestamp:
- Jul 3, 2007 6:27:35 PM (18 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/VBoxOGLOp.h
r3341 r3399 527 527 Assert(pCmd->enmOp == VBOX_OGL_OP_##op); \ 528 528 Assert(pCmd->cParams == numpar); \ 529 uint8_t *pParam = (uint8_t *)(pCmd+1); 529 uint8_t *pParam = (uint8_t *)(pCmd+1); \ 530 NOREF(pParam) 530 531 531 532 #define OGL_PARAM(Type, par) \ -
trunk/src/VBox/HostServices/SharedOpenGL/service.cpp
r3338 r3399 60 60 VBOXOGLCTX *pClient = (VBOXOGLCTX *)pvClient; 61 61 62 NOREF(pClient); 63 62 64 Log(("svcDisconnect: u32ClientID = %d\n", u32ClientID)); 63 65 vboxglDisconnect((PVBOXOGLCTX)pvClient);
Note:
See TracChangeset
for help on using the changeset viewer.