summaryrefslogtreecommitdiff
path: root/src/ast.h
diff options
context:
space:
mode:
authorY.C. Chen <yc_chen@aspeedtech.com>2011-07-13 16:20:31 +0800
committerY.C. Chen <yc_chen@aspeedtech.com>2011-07-13 16:20:31 +0800
commit666abcb51ac69161a548055ee41274f2131551ca (patch)
treea2a457cba27047625f2d0cf866c9eedb070ac971 /src/ast.h
parentacec72c6a52879752b080a4f0e644e70c6a2aded (diff)
xf86-video-ast-0.93.09
Diffstat (limited to 'src/ast.h')
-rw-r--r--src/ast.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ast.h b/src/ast.h
index 7802b7a..7ceee31 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -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;