diff options
| author | Dave Airlie <airlied@redhat.com> | 2007-12-18 19:18:21 +1100 |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2007-12-18 19:18:21 +1100 |
| commit | 629231c62675fe09f4eb948861a21980a9b79a5a (patch) | |
| tree | 097ebcbb9f305fdac4cb3ebc15ef89bb8cea20fd /libdrm/xf86drmMode.h | |
| parent | ea915c77e169a50ca7dc557512212eafa93e2205 (diff) | |
| parent | 6d03411e5faa124bac014ebacec470ffd7cf2ce4 (diff) | |
Merge branch 'modesetting-airlied' into modesetting-101
Diffstat (limited to 'libdrm/xf86drmMode.h')
| -rw-r--r-- | libdrm/xf86drmMode.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libdrm/xf86drmMode.h b/libdrm/xf86drmMode.h index 05b61bc8..e2dda8ac 100644 --- a/libdrm/xf86drmMode.h +++ b/libdrm/xf86drmMode.h @@ -125,7 +125,8 @@ typedef struct _drmModeOutput { unsigned int output_id; unsigned int crtc; /**< Crtc currently connected to */ - unsigned char name[DRM_OUTPUT_NAME_LEN]; + unsigned int output_type; + unsigned int output_type_id; drmModeConnection connection; uint32_t mmWidth, mmHeight; /**< HxW in millimeters */ drmModeSubPixel subpixel; |
