hwcursor.h revision bdcaa8d0
1/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/hwcursor.h,v 1.4 1999/11/19 13:54:45 hohndel Exp $ */ 2/* 3 * file hwcursor.h 4 */ 5 6#ifndef __HWCURSOR_H__ 7#define __HWCURSOR_H__ 8 9/* 10 * functions prototypes 11 */ 12 13void RenditionHWCursorPreInit(ScrnInfoPtr pScreenInfo); 14Bool RenditionHWCursorInit(int scrnIndex, ScreenPtr pScreen); 15void RenditionHWCursorRelease (ScrnInfoPtr pScreenInfo); 16 17#define HC_SIZE (64*64*2)/8 /* 1024 */ 18 19/* end of __HWCURSOR_H__ */ 20#endif 21 22/* 23 * end of file hwcursor.h 24 */ 25 26