- Timestamp:
- Dec 11, 2013 4:28:57 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/vbox_drv.h
r49627 r49878 123 123 { 124 124 struct drm_connector base; 125 /** Property for receiving mode hints from user space. */ 126 struct drm_property *pModeHintProp; 127 struct 128 { 129 uint16_t cX; 130 uint16_t cY; 131 } modeHint; 125 132 }; 126 133
Note:
See TracChangeset
for help on using the changeset viewer.