repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: de747dba612040992c530526bdb56c7c013d63b6: path_to: revision_to:
commit de747dba612040992c530526bdb56c7c013d63b6 Author: Emanuele GiaquintaDate: Thu Aug 2 15:01:30 2007 +0000 *** empty log message *** diff --git a/src/init.C b/src/init.C
--- a/src/init.C
+++ b/src/init.C
@@ -1040,11 +1040,7 @@ rxvt_term::create_windows (int argc, const char *const *argv)
vt_ev.start (display, vt);
#ifdef XPM_BACKGROUND
- if (rs[Rs_backgroundPixmap] != NULL
-#ifndef HAVE_AFTERIMAGE
- && !option (Opt_transparent)
-#endif
- )
+ if (rs[Rs_backgroundPixmap] != NULL)
{
const char *p = rs[Rs_backgroundPixmap];
diff --git a/src/rxvt.h b/src/rxvt.h
--- a/src/rxvt.h +++ b/src/rxvt.h @@ -79,12 +79,6 @@ typedef struct termios ttymode_t; # include#undef min #undef max -#elif defined(XPM_BACKGROUND) -# ifdef XPM_INC_X11 -# include -# else -# include -# endif #endif #ifndef STDIN_FILENO @@ -758,12 +752,6 @@ enum { #define scrollbar_size() (scrollBar.end - scrollBar.beg \ - scrollbar_minheight ()) -#ifdef XPM_BACKGROUND -# define XPMClearArea(a, b, c, d, e, f, g) XClearArea((a), (b), (c), (d), (e), (f), (g)) -#else -# define XPMClearArea(a, b, c, d, e, f, g) -#endif - typedef callback log_callback; typedef callback getfd_callback; @@ -1020,14 +1008,10 @@ struct rxvt_term : zero_initialized, rxvt_vars, rxvt_screen { row_col_t oldcursor; #ifdef XPM_BACKGROUND bgPixmap_t bgPixmap; -#ifdef HAVE_AFTERIMAGE struct ASVisual *asv; ASImageManager *asimman; ASImage *original_asim; struct { unsigned int width, height; } xpmAttr; /* all we need is width/height */ -#else - XpmAttributes xpmAttr; /* originally loaded pixmap and its scaling */ -#endif #endif #if ENABLE_OVERLAY
-----END OF PAGE-----