diff options
author | Y.C. Chen <yc_chen@aspeedtech.com> | 2009-04-13 21:01:51 +0800 |
---|---|---|
committer | Y.C. Chen <yc_chen@aspeedtech.com> | 2009-04-13 21:01:51 +0800 |
commit | ca0863e91cf7bdbd2f9c30aa1af5c9471dfc858e (patch) | |
tree | d4833c83e7df16e4b06b0e5a9455216496f82f33 /src/ast.h | |
parent | da1387d472ce893f0c3466e59c9808db8e1025f0 (diff) |
xf86-video-ast-0.89.0xf86-video-ast-0.89.0
Diffstat (limited to 'src/ast.h')
-rw-r--r-- | src/ast.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -132,7 +132,8 @@ typedef struct { USHORT offset_y; ULONG fg; ULONG bg; - + + UCHAR cursorpattern[1024]; } HWCINFO, *PHWCINFO; |