diff options
author | Y.C. Chen <yc_chen@aspeedtech.com> | 2009-06-04 14:24:31 +0800 |
---|---|---|
committer | Y.C. Chen <yc_chen@aspeedtech.com> | 2009-06-04 14:24:31 +0800 |
commit | 2eb00170bfb9defe99a10dbfd4039952670fd099 (patch) | |
tree | 5a843f4db10474ff5f9d43254a720c1e5ae71a0d /src/ast.h | |
parent | e7e38d2ba0fcd6c1debbfd1062663a18f25f6266 (diff) |
xf86-video-ast-v.0.89.8
Diffstat (limited to 'src/ast.h')
-rw-r--r-- | src/ast.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -158,6 +158,7 @@ typedef struct _ASTRec { ScreenBlockHandlerProcPtr BlockHandler; UCHAR jChipType; + UCHAR jDRAMType; Bool noAccel; Bool noHWC; @@ -186,6 +187,11 @@ typedef struct _ASTRec { HWCINFO HWCInfo; ULONG ulCMDReg; Bool EnableClip; + + int clip_left; + int clip_top; + int clip_right; + int clip_bottom; } ASTRec, *ASTRecPtr; |