Changeset 50178 in vbox for trunk/include/VBox/HostServices/VBoxCrOpenGLSvc.h
- Timestamp:
- Jan 23, 2014 12:04:44 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/VBoxCrOpenGLSvc.h
r50149 r50178 32 32 #include <VBox/VBoxGuest2.h> 33 33 #include <VBox/hgcmsvc.h> 34 #include <VBox/VBoxVideo.h> 34 35 35 36 /* crOpenGL host functions */ … … 361 362 } CRVBOXHGCMWRITEREADBUFFERED; 362 363 364 365 typedef struct 366 { 367 VBVAINFOSCREEN Screen; 368 void *pvVRAM; 369 } CRVBOXHGCMDEVRESIZE; 370 363 371 #endif
Note:
See TracChangeset
for help on using the changeset viewer.