diff options
Diffstat (limited to 'driver/xf86-video-rendition/src/hwcursor.h')
-rw-r--r-- | driver/xf86-video-rendition/src/hwcursor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/xf86-video-rendition/src/hwcursor.h b/driver/xf86-video-rendition/src/hwcursor.h index e0d742bd5..cfe24d305 100644 --- a/driver/xf86-video-rendition/src/hwcursor.h +++ b/driver/xf86-video-rendition/src/hwcursor.h @@ -10,7 +10,7 @@ */ void RenditionHWCursorPreInit(ScrnInfoPtr pScreenInfo); -Bool RenditionHWCursorInit(int scrnIndex, ScreenPtr pScreen); +Bool RenditionHWCursorInit(ScreenPtr pScreen); void RenditionHWCursorRelease (ScrnInfoPtr pScreenInfo); #define HC_SIZE (64*64*2)/8 /* 1024 */ |