Changeset 76937 in vbox for trunk/src/VBox/Additions/linux/drm/vbox_drv.h
- Timestamp:
- Jan 22, 2019 4:39:05 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/vbox_drv.h
r76563 r76937 237 237 struct vbox_crtc *vbox_crtc; 238 238 struct { 239 u 16width;240 u 16height;239 u32 width; 240 u32 height; 241 241 bool disconnected; 242 242 } mode_hint;
Note:
See TracChangeset
for help on using the changeset viewer.