Changeset 52612 in vbox for trunk/src/VBox/Additions/linux/drm
- Timestamp:
- Sep 5, 2014 10:08:57 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/vbox_drv.h
r52599 r52612 122 122 { 123 123 struct drm_connector base; 124 /** Property for receiving mode hints from user space. */ 125 struct drm_property *pModeHintProp; 124 char szName[32]; 125 /** Device attribute for sysfs file used for receiving mode hints from user 126 * space. */ 127 struct device_attribute deviceAttribute; 126 128 struct 127 129 {
Note:
See TracChangeset
for help on using the changeset viewer.