From 7e21611dbbf11d5ed5004204f6e606c60187815a Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 29 Jun 2016 12:45:45 +0200 Subject: Remove fbpseudocolor "An experimental pseudocolor emulation layer. Not fully completed, currently only works for 16bpp." That was almost four years ago. It still doesn't work, only one driver even attempts to use it, it contains an ad-hoc implementation of damage, and should really be done up in Composite now anyway. Backport to nx-libs: Mike Gabriel --- nx-X11/programs/Xserver/fb/fbpseudocolor.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 nx-X11/programs/Xserver/fb/fbpseudocolor.h (limited to 'nx-X11/programs/Xserver/fb/fbpseudocolor.h') diff --git a/nx-X11/programs/Xserver/fb/fbpseudocolor.h b/nx-X11/programs/Xserver/fb/fbpseudocolor.h deleted file mode 100644 index 64de71db8..000000000 --- a/nx-X11/programs/Xserver/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_ */ - - - - - - - - - - -- cgit v1.2.3