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/atiscreen.c | |
parent | 23b12b9ff55224e8c3c45eb58ea5fbf2f747d82e (diff) |
Consolidate aticursor.c w/ atimach64cursor.c
Diffstat (limited to 'src/atiscreen.c')
-rw-r--r-- | src/atiscreen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atiscreen.c b/src/atiscreen.c index 338342ac..58b0bdaa 100644 --- a/src/atiscreen.c +++ b/src/atiscreen.c @@ -554,7 +554,7 @@ ATIScreenInit xf86SetBackingStore(pScreen); /* Initialise cursor */ - if (!ATIInitializeCursor(pScreen, pATI)) + if (!ATIMach64CursorInit(pScreen)) return FALSE; /* Create default colourmap */ |