diff options
author | Jordan Crouse <jordan.crouse@amd.com> | 2008-10-07 13:12:19 -0600 |
---|---|---|
committer | Jordan Crouse <jordan.crouse@amd.com> | 2008-10-07 13:36:08 -0600 |
commit | 1e3fcaaa67dde12a658206f3b0fd07b627a3b61b (patch) | |
tree | 80584ae8ba45719840dbc00743350e74ac8635f1 /src/geode.h | |
parent | f66c9d1928ec9bcde57009c7263f6c8575ad0d0c (diff) |
geode: Move the hardware cursor support to full ARGB mode
Diffstat (limited to 'src/geode.h')
-rw-r--r-- | src/geode.h | 5 |
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); |