repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: f79c65517eef20d94d6fe8efc3d3a00f1f2fd1bd: path_to: revision_to:
commit f79c65517eef20d94d6fe8efc3d3a00f1f2fd1bd Author: Emanuele GiaquintaDate: Wed May 13 16:33:09 2015 +0000 Fix build with --enable-pixbuf --disable-frills. diff --git a/src/init.C b/src/init.C
--- a/src/init.C
+++ b/src/init.C
@@ -1209,7 +1209,7 @@ rxvt_term::get_ourmods ()
void
rxvt_term::set_icon (const char *file)
{
-#if HAVE_PIXBUF
+#if HAVE_PIXBUF && ENABLE_EWMH
GdkPixbuf *pixbuf = gdk_pixbuf_new_from_file (file, NULL);
if (!pixbuf)
{
-----END OF PAGE-----