From 8b995ae58d66333618da67432b921c78b7752862 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 1 Feb 2019 11:05:46 +0100 Subject: drop dither support, switch shadow fb to DRM_FORMAT_XRGB8888 (aka CAIRO_FORMAT_RGB24) --- browser.c | 1 - 1 file changed, 1 deletion(-) (limited to 'browser.c') diff --git a/browser.c b/browser.c index 34322e5..a200d0c 100644 --- a/browser.c +++ b/browser.c @@ -37,7 +37,6 @@ #include "browser.h" #include "filter.h" #include "x11.h" -#include "dither.h" #include "selections.h" #include "filebutton.h" #include "misc.h" -- cgit