From f90761b06eaa5fa44fe85289e54eed5f47eff3b9 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 7 Jun 2006 13:58:24 -0400 Subject: [PATCH] Add a token for EDID-supplied modes. --- hw/xfree86/common/xf86str.h | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xfree86/common/xf86str.h b/hw/xfree86/common/xf86str.h index 590bf4cd0..25e3a20bb 100644 --- a/hw/xfree86/common/xf86str.h +++ b/hw/xfree86/common/xf86str.h @@ -127,6 +127,7 @@ typedef enum { /* built-in mode - configure CRTC and clock */ # define M_T_DEFAULT 0x10 /* (VESA) default modes */ # define M_T_USERDEF 0x20 /* One of the modes from the config file */ +# define M_T_EDID 0x40 /* Mode from the EDID info from the monitor */ /* Video mode */ typedef struct _DisplayModeRec {