From: Dana Jansens Date: Sun, 18 Aug 2013 00:55:27 +0000 (-0400) Subject: Include gdk.h from preview.h instead of gdkpixbuf.h X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=96cca6d2148789e9a79016e56ed8c08cd00313f9;p=dana%2Fobconf.git Include gdk.h from preview.h instead of gdkpixbuf.h The pixbuf stuff comes with it, and including gdkpixbuf.h directly is illegal in newer gdk/gtk versions. --- diff --git a/src/preview.h b/src/preview.h index 772984b..801fc6f 100644 --- a/src/preview.h +++ b/src/preview.h @@ -22,7 +22,7 @@ #include #include -#include +#include GdkPixbuf *preview_theme(const gchar *name, const gchar *titlelayout, RrFont *active_window_font,