diff options
Diffstat (limited to 'fb/fbpseudocolor.h')
-rw-r--r-- | fb/fbpseudocolor.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/fb/fbpseudocolor.h b/fb/fbpseudocolor.h deleted file mode 100644 index 64de71db8..000000000 --- a/fb/fbpseudocolor.h +++ /dev/null @@ -1,20 +0,0 @@ -#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_ */ - - - - - - - - - - |