Changeset 21227 in vbox for trunk/src/VBox/GuestHost/OpenGL/util/vboxhgcm.c
- Timestamp:
- Jul 5, 2009 7:50:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/util/vboxhgcm.c
r21225 r21227 41 41 #include "net_internals.h" 42 42 43 #include <VBox/VBoxGuest.h> 43 #if 1 /** @todo Try use the Vbgl interface instead of talking directly to the driver? */ 44 # include <VBox/VBoxGuest.h> 45 #else 46 # include <VBox/VBoxGuestLib.h> 47 #endif 44 48 #include <VBox/HostServices/VBoxCrOpenGLSvc.h> 45 49 … … 147 151 * @param cbData Data size 148 152 */ 149 /* @todo use vbglR3DoIOCtl here instead */153 /** @todo use vbglR3DoIOCtl here instead */ 150 154 static int crVBoxHGCMCall(void *pvData, unsigned cbData) 151 155 {
Note:
See TracChangeset
for help on using the changeset viewer.