25 lines
307 B
C
25 lines
307 B
C
#ifdef HAVE_DIX_CONFIG_H
|
|
#include <dix-config.h>
|
|
#endif
|
|
|
|
#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_ */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|