diff options
author | Alex Deucher <alex@samba.(none)> | 2007-11-29 00:46:23 -0500 |
---|---|---|
committer | Alex Deucher <alex@samba.(none)> | 2007-11-29 00:46:23 -0500 |
commit | 9963b0fe01feb6dd0cb555b874a48f6fa3b255cb (patch) | |
tree | 3aca32c1676b7609c56014e245c3a5825df5784c /src/radeon.h | |
parent | 6c56e3d7655b17e93e8823aefe34b05291104695 (diff) |
RADEON: fix cursor offset on avivo chips
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/radeon.h b/src/radeon.h index ab6c0b31..ed99be71 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -945,12 +945,6 @@ typedef struct { unsigned long FbFreeStart, FbFreeSize; unsigned char* BIOSCopy; - int cursor_width; - int cursor_height; - int cursor_format; - int cursor_x; - int cursor_y; - Rotation rotation; void (*PointerMoved)(int, int, int); CreateScreenResourcesProcPtr CreateScreenResources; |