Changeset 27708 in vbox for trunk/include/VBox/HostServices
- Timestamp:
- Mar 25, 2010 2:36:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/VBoxCrOpenGLSvc.h
r22165 r27708 38 38 39 39 /* crOpenGL host functions */ 40 #define SHCRGL_HOST_FN_SET_ FRAMEBUFFER(1)40 #define SHCRGL_HOST_FN_SET_CONSOLE (1) 41 41 #define SHCRGL_HOST_FN_SET_VISIBLE_REGION (5) 42 42 #define SHCRGL_HOST_FN_SET_VM (7) 43 #define SHCRGL_HOST_FN_SCREEN_CHANGED (8) 43 44 /* crOpenGL guest functions */ 44 45 #define SHCRGL_GUEST_FN_WRITE (2) … … 48 49 49 50 /* Parameters count */ 50 #define SHCRGL_CPARMS_SET_ FRAMEBUFFER(1)51 #define SHCRGL_CPARMS_SET_CONSOLE (1) 51 52 #define SHCRGL_CPARMS_SET_VM (1) 52 53 #define SHCRGL_CPARMS_SET_VISIBLE_REGION (2) … … 55 56 #define SHCRGL_CPARMS_WRITE_READ (3) 56 57 #define SHCRGL_CPARMS_SET_VERSION (2) 58 #define SHCRGL_CPARMS_SCREEN_CHANGED (1) 57 59 58 60 /**
Note:
See TracChangeset
for help on using the changeset viewer.