summaryrefslogtreecommitdiff
path: root/libdrm/xf86drmMode.h
diff options
context:
space:
mode:
authorDavid Airlie <airlied@asimov.stargames.com.au>2007-04-10 16:25:31 +1000
committerDavid Airlie <airlied@asimov.stargames.com.au>2007-04-10 16:25:31 +1000
commit1e39dc43230ba1827eedc29ab422464281ec3e1b (patch)
tree9bfe37ff67dd9a0e1462b4d602d2d7e8db754b2c /libdrm/xf86drmMode.h
parent40bd6dcd86d554ca426deccd4fbada693c4be8a6 (diff)
export output name to userspace
Diffstat (limited to 'libdrm/xf86drmMode.h')
-rw-r--r--libdrm/xf86drmMode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdrm/xf86drmMode.h b/libdrm/xf86drmMode.h
index fadfdc5d..594eb487 100644
--- a/libdrm/xf86drmMode.h
+++ b/libdrm/xf86drmMode.h
@@ -120,7 +120,7 @@ typedef enum {
typedef struct _drmModeOutput {
unsigned int crtc; /**< Crtc currently connected to */
-
+ unsigned char name[DRM_OUTPUT_NAME_LEN];
drmModeConnection connection;
uint32_t mmWidth, mmHeight; /**< HxW in millimeters */
drmModeSubPixel subpixel;