Changeset 49163 in vbox
- Timestamp:
- Oct 17, 2013 1:27:31 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserver/crservice.cpp
r48798 r49163 244 244 return; 245 245 246 CHECK_ERROR2_STMT(pFramebuffer, Notify3DEvent(uEvent, (BYTE*)pvData), return);246 pFramebuffer->Notify3DEvent(uEvent, (BYTE*)pvData); 247 247 } 248 248
Note:
See TracChangeset
for help on using the changeset viewer.