diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2006-10-29 03:55:39 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2007-02-05 19:32:04 +0200 |
commit | 4dac7896549392f7378cad9620618cec28f41a16 (patch) | |
tree | 1750d279bed14625b40b4b4f2fb563409c8e149c /src/aticursor.h | |
parent | 23b12b9ff55224e8c3c45eb58ea5fbf2f747d82e (diff) |
Consolidate aticursor.c w/ atimach64cursor.c
Diffstat (limited to 'src/aticursor.h')
-rw-r--r-- | src/aticursor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aticursor.h b/src/aticursor.h index e38b589d..75bd44c6 100644 --- a/src/aticursor.h +++ b/src/aticursor.h @@ -37,6 +37,6 @@ typedef enum ATI_CURSOR_DAC /* Hardware cursor provided by RAMDAC */ } ATICursorType; -extern Bool ATIInitializeCursor(ScreenPtr, ATIPtr); +extern Bool ATIMach64CursorInit(ScreenPtr); #endif /* ___ATICURSOR_H___ */ |