Changeset 22165 in vbox for trunk/include/VBox/HostServices
- Timestamp:
- Aug 11, 2009 1:50:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/VBoxCrOpenGLSvc.h
r21523 r22165 40 40 #define SHCRGL_HOST_FN_SET_FRAMEBUFFER (1) 41 41 #define SHCRGL_HOST_FN_SET_VISIBLE_REGION (5) 42 #define SHCRGL_HOST_FN_SET_VM (7) 42 43 /* crOpenGL guest functions */ 43 44 #define SHCRGL_GUEST_FN_WRITE (2) … … 48 49 /* Parameters count */ 49 50 #define SHCRGL_CPARMS_SET_FRAMEBUFFER (1) 51 #define SHCRGL_CPARMS_SET_VM (1) 50 52 #define SHCRGL_CPARMS_SET_VISIBLE_REGION (2) 51 53 #define SHCRGL_CPARMS_WRITE (1)
Note:
See TracChangeset
for help on using the changeset viewer.