diff options
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; |