summaryrefslogtreecommitdiff
path: root/src/ast.h
diff options
context:
space:
mode:
authorY.C. Chen <yc_chen@aspeedtech.com>2009-04-13 21:01:51 +0800
committerY.C. Chen <yc_chen@aspeedtech.com>2009-04-13 21:01:51 +0800
commitca0863e91cf7bdbd2f9c30aa1af5c9471dfc858e (patch)
treed4833c83e7df16e4b06b0e5a9455216496f82f33 /src/ast.h
parentda1387d472ce893f0c3466e59c9808db8e1025f0 (diff)
xf86-video-ast-0.89.0xf86-video-ast-0.89.0
Diffstat (limited to 'src/ast.h')
-rw-r--r--src/ast.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ast.h b/src/ast.h
index 937709a..bafd29b 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -132,7 +132,8 @@ typedef struct {
USHORT offset_y;
ULONG fg;
ULONG bg;
-
+
+ UCHAR cursorpattern[1024];
} HWCINFO, *PHWCINFO;