diff options
author | Adam Jackson <ajax@redhat.com> | 2008-04-19 04:06:19 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-04-19 04:06:19 -0400 |
commit | 5bdc4198795ffd011bb07cffe3817e4cded87f60 (patch) | |
tree | cdbe2278c99aa79e0deb557db1b13f27c471d4c2 /fb/wfbrename.h | |
parent | 60ff56050b64183cb6e58f54223c8a3ddc2e704b (diff) |
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.
Diffstat (limited to 'fb/wfbrename.h')
-rw-r--r-- | fb/wfbrename.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/fb/wfbrename.h b/fb/wfbrename.h index dc0528559..73ee510b9 100644 --- a/fb/wfbrename.h +++ b/fb/wfbrename.h @@ -187,12 +187,4 @@ #define fbZeroSegment wfbZeroSegment #define free_pixman_pict wfb_free_pixman_pict #define image_from_pict wfb_image_from_pict -#define xxScrPrivateKey wfbxxScrPrivateKey -#define xxGCPrivateKey wfbxxGCPrivateKey -#define xxColormapPrivateKey wfbxxColormapPrivateKey -#define xxGeneration wfbxxGeneration -#define xxPrintVisuals wfbxxPrintVisuals -#define xxGCFuncs wfbxxGCFuncs -#define xxGCOps wfbxxGCOps -#define xxSetup wfbxxSetup #define composeFunctions wfbComposeFunctions |