diff options
author | Y.C. Chen <yc_chen@aspeedtech.com> | 2011-07-13 16:20:31 +0800 |
---|---|---|
committer | Y.C. Chen <yc_chen@aspeedtech.com> | 2011-07-13 16:20:31 +0800 |
commit | 666abcb51ac69161a548055ee41274f2131551ca (patch) | |
tree | a2a457cba27047625f2d0cf866c9eedb070ac971 /src/ast.h | |
parent | acec72c6a52879752b080a4f0e644e70c6a2aded (diff) |
xf86-video-ast-0.93.09
Diffstat (limited to 'src/ast.h')
-rw-r--r-- | src/ast.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -240,6 +240,9 @@ typedef struct _ASTRec { int clip_right; int clip_bottom; + int mon_h_active; /* Monitor Info. */ + int mon_v_active; + #ifdef AstVideo XF86VideoAdaptorPtr adaptor; Atom xvBrightness, xvContrast, xvColorKey, xvHue, xvSaturation; |