/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/hwcursor.h,v 1.4 1999/11/19 13:54:45 hohndel Exp $ */ /* * file hwcursor.h */ #ifndef __HWCURSOR_H__ #define __HWCURSOR_H__ /* * functions prototypes */ void RenditionHWCursorPreInit(ScrnInfoPtr pScreenInfo); Bool RenditionHWCursorInit(int scrnIndex, ScreenPtr pScreen); void RenditionHWCursorRelease (ScrnInfoPtr pScreenInfo); #define HC_SIZE (64*64*2)/8 /* 1024 */ /* end of __HWCURSOR_H__ */ #endif /* * end of file hwcursor.h */