xenocara/xserver/fb/fbpseudocolor.h

21 lines
250 B
C
Raw Normal View History

2006-11-26 11:13:41 -07:00
#ifndef _FB_XX_H_
# define _FB_XX_H_
typedef void (*xxSyncFunc)(ScreenPtr);
extern Bool xxSetup(ScreenPtr pScreen, int myDepth,
int baseDepth, char *addr, xxSyncFunc sync);
extern void xxPrintVisuals(void);
#endif /* _FB_XX_H_ */