1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
#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_ */