diff options
author | Eric Anholt <eric@anholt.net> | 2009-02-27 22:57:15 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-03-06 13:26:10 -0800 |
commit | 755757669f0cad670cfa084d33d7c3e928d27855 (patch) | |
tree | fda74091fb49642d69b16b907b64da0e8ed5d004 /src/i830.h | |
parent | 917b20ead3cacf1e88314f20edde6a02b97b96d7 (diff) |
Remove configured SW cursor support.
Any time we actually need SW cursors, it gets enabled automatically.
Diffstat (limited to 'src/i830.h')
-rw-r--r-- | src/i830.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -497,7 +497,6 @@ typedef struct _I830Rec { Bool fence_used[FENCE_NEW_NR]; accel_method_t accel; - Bool SWCursor; #ifdef I830_USE_XAA XAAInfoRecPtr AccelInfoRec; |