aboutsummaryrefslogtreecommitdiffstats
path: root/dither.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-02-01 11:05:46 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-02-01 11:05:46 +0100
commit8b995ae58d66333618da67432b921c78b7752862 (patch)
treee2998a85dd5835a83c0015a11fc772d7099a07dd /dither.h
parent8c074984301b0e358d0698535d9f457b703db59d (diff)
downloadfbida-8b995ae58d66333618da67432b921c78b7752862.tar.gz
drop dither support, switch shadow fb to DRM_FORMAT_XRGB8888 (aka CAIRO_FORMAT_RGB24)
Diffstat (limited to 'dither.h')
-rw-r--r--dither.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/dither.h b/dither.h
deleted file mode 100644
index b209de6..0000000
--- a/dither.h
+++ /dev/null
@@ -1,6 +0,0 @@
-
-extern void (*dither_line)(unsigned char *, unsigned char *, int, int);
-
-void init_dither(int, int, int, int);
-void dither_line_color(unsigned char *, unsigned char *, int, int);
-void dither_line_gray(unsigned char *, unsigned char *, int, int);