Changeset 54582 in vbox for trunk/include/VBox
- Timestamp:
- Mar 2, 2015 3:42:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/VBoxCrOpenGLSvc.h
r53847 r54582 52 52 #define SHCRGL_HOST_FN_CTL (26) 53 53 #define SHCRGL_HOST_FN_SET_SCALE_FACTOR (27) 54 #define SHCRGL_HOST_FN_SET_UNSCALED_HIDPI (28) 54 55 55 56 /* crOpenGL guest functions */ … … 419 420 } CRVBOXHGCMSETSCALEFACTOR; 420 421 422 typedef struct 423 { 424 bool fUnscaledHiDPI; 425 } CRVBOXHGCMSETUNSCALEDHIDPIOUTPUT; 426 421 427 #endif
Note:
See TracChangeset
for help on using the changeset viewer.