diff options
author | Eric Anholt <eric@anholt.net> | 2007-04-02 18:21:58 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-04-02 18:21:58 -0700 |
commit | 11797ffdcc22160317a5ebbc9291472570a51c6d (patch) | |
tree | d6724c2585ab84b145b72021ecc1cf024d08088e /hw/xfree86/modes/xf86Crtc.h | |
parent | e44f106ffc796c025abdfb66717c06db8b12b4e4 (diff) |
Move modes/ debugging output under Option "ModeDebug" in the Device section.
Diffstat (limited to 'hw/xfree86/modes/xf86Crtc.h')
-rw-r--r-- | hw/xfree86/modes/xf86Crtc.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hw/xfree86/modes/xf86Crtc.h b/hw/xfree86/modes/xf86Crtc.h index 42daf6079..030f6bf3a 100644 --- a/hw/xfree86/modes/xf86Crtc.h +++ b/hw/xfree86/modes/xf86Crtc.h @@ -552,6 +552,13 @@ typedef struct _xf86CrtcConfig { CARD8 *cursor_image; Bool cursor_on; CARD32 cursor_fg, cursor_bg; + + /** + * Options parsed from the related device section + */ + OptionInfoPtr options; + + Bool debug_modes; } xf86CrtcConfigRec, *xf86CrtcConfigPtr; extern int xf86CrtcConfigPrivateIndex; |