summaryrefslogtreecommitdiff
path: root/src/radeon.h
diff options
context:
space:
mode:
authorAlex Deucher <alex@samba.(none)>2007-11-29 00:46:23 -0500
committerAlex Deucher <alex@samba.(none)>2007-11-29 00:46:23 -0500
commit9963b0fe01feb6dd0cb555b874a48f6fa3b255cb (patch)
tree3aca32c1676b7609c56014e245c3a5825df5784c /src/radeon.h
parent6c56e3d7655b17e93e8823aefe34b05291104695 (diff)
RADEON: fix cursor offset on avivo chips
Diffstat (limited to 'src/radeon.h')
-rw-r--r--src/radeon.h6
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;