repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 3aebadcd3f0c1f106ee1e0a5134162f736a29147: path_to: revision_to:
commit 3aebadcd3f0c1f106ee1e0a5134162f736a29147 Author: Emanuele GiaquintaDate: Sun Oct 14 13:43:25 2012 +0000 Fix crash when transparency is disabled. diff --git a/src/rxvttoolkit.C b/src/rxvttoolkit.C
--- a/src/rxvttoolkit.C +++ b/src/rxvttoolkit.C @@ -68,7 +68,7 @@ static const char *const xa_names[] = "WM_LOCALE_NAME", "XIM_SERVERS", #endif -#if ENABLE_TRANSPARENCY +#if ENABLE_TRANSPARENCY || ENABLE_PERL "_XROOTPMAP_ID", "ESETROOT_PMAP_ID", #endif
-----END OF PAGE-----