Commit 7e21611d authored by Adam Jackson's avatar Adam Jackson Committed by Mike Gabriel

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>
parent 3a54da8b
......@@ -91,7 +91,6 @@ SRCS = $(XFMODSRC) \
fb24_32.c \
fbpict.c \
fbmmx.c \
fbpseudocolor.c
OBJS = $(XFMODOBJ) \
fbarc.o \
......@@ -128,7 +127,6 @@ OBJS = $(XFMODOBJ) \
fb24_32.o \
fbpict.o \
fbmmx.o \
fbpseudocolor.o
INCLUDES = -I$(SERVERSRC)/fb -I$(SERVERSRC)/mi -I$(SERVERSRC)/include \
-I$(XINCLUDESRC) \
......
#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_ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment