aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/fb/fbpseudocolor.h
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2016-06-29 12:45:45 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-07-05 08:11:41 +0200
commit7e21611dbbf11d5ed5004204f6e606c60187815a (patch)
treeebc13386bc97a551dc959589ade5d82af6d2988a /nx-X11/programs/Xserver/fb/fbpseudocolor.h
parent3a54da8bcaa9aa1935fb4bff183560d1bc330323 (diff)
downloadnx-libs-7e21611dbbf11d5ed5004204f6e606c60187815a.tar.gz
nx-libs-7e21611dbbf11d5ed5004204f6e606c60187815a.tar.bz2
nx-libs-7e21611dbbf11d5ed5004204f6e606c60187815a.zip
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 <mike.gabriel@das-netzwerkteam.de>
Diffstat (limited to 'nx-X11/programs/Xserver/fb/fbpseudocolor.h')
-rw-r--r--nx-X11/programs/Xserver/fb/fbpseudocolor.h20
1 files changed, 0 insertions, 20 deletions
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_ */
-
-
-
-
-
-
-
-
-
-