Changeset 46783 in vbox for trunk/include/VBox
- Timestamp:
- Jun 25, 2013 4:09:37 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/VBoxCrOpenGLSvc.h
r44528 r46783 53 53 #define SHCRGL_GUEST_FN_WRITE_BUFFER (13) 54 54 #define SHCRGL_GUEST_FN_WRITE_READ_BUFFERED (14) 55 #define SHCRGL_GUEST_FN_GET_CAPS (15) 55 56 56 57 /* Parameters count */ … … 69 70 #define SHCRGL_CPARMS_SET_OUTPUT_REDIRECT (1) 70 71 #define SHCRGL_CPARMS_VIEWPORT_CHANGED (5) 72 #define SHCRGL_CPARMS_GET_CAPS (1) 71 73 72 74 /* @todo Move to H3DOR.h begin */ … … 269 271 } CRVBOXHGCMSETVERSION; 270 272 273 /** GUEST_FN_GET_CAPS Parameters structure. */ 274 typedef struct 275 { 276 VBoxGuestHGCMCallInfo hdr; 277 278 /** 32bit, out 279 * Caps 280 */ 281 HGCMFunctionParameter Caps; 282 } CRVBOXHGCMGETCAPS; 283 271 284 /** GUEST_FN_INJECT Parameters structure. */ 272 285 typedef struct
Note:
See TracChangeset
for help on using the changeset viewer.