summaryrefslogtreecommitdiff
path: root/src/geode.h
diff options
context:
space:
mode:
authorJordan Crouse <jordan.crouse@amd.com>2008-10-07 13:12:19 -0600
committerJordan Crouse <jordan.crouse@amd.com>2008-10-07 13:36:08 -0600
commit1e3fcaaa67dde12a658206f3b0fd07b627a3b61b (patch)
tree80584ae8ba45719840dbc00743350e74ac8635f1 /src/geode.h
parentf66c9d1928ec9bcde57009c7263f6c8575ad0d0c (diff)
geode: Move the hardware cursor support to full ARGB mode
Diffstat (limited to 'src/geode.h')
-rw-r--r--src/geode.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/geode.h b/src/geode.h
index 3a281f2..e748ec6 100644
--- a/src/geode.h
+++ b/src/geode.h
@@ -92,6 +92,9 @@
#define DEFAULT_EXA_SCRATCH_BFRSZ 0x40000
+#define LX_CURSOR_MAX_WIDTH 32
+#define LX_CURSOR_MAX_HEIGHT 64
+
/* FIXME: Get rid of this from GX */
#define DEBUGMSG(cond, drv_msg)
@@ -426,7 +429,7 @@ void LXSetupChipsetFPtr(ScrnInfoPtr pScrn);
/* lx_cursor.c */
Bool LXHWCursorInit(ScreenPtr pScrn);
-void LXLoadCursorImage(ScrnInfoPtr pScrni, unsigned char *src);
+void LXLoadARGBCursorImage(ScrnInfoPtr pScrni, unsigned char *src);
void LXHideCursor(ScrnInfoPtr pScrni);
void LXShowCursor(ScrnInfoPtr pScrni);