repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 6c1f1535ae12d8163e1ec9225d3b94a5593a5a28: path_to: revision_to:
commit 6c1f1535ae12d8163e1ec9225d3b94a5593a5a28 Author: Marc LehmannDate: Mon Feb 9 07:15:46 2004 +0000 *** empty log message *** diff --git a/Changes b/Changes
--- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ 1.9 - fixed bug in plain scrollbar causing x errors in XCreateGC. + - implemented sharing of X connections. will be used to speed + up many x operations considerably. Also saves some memory. 1.8 Mon Feb 2 20:09:18 CET 2004 - almost total conversion to C++. Except for introducing diff --git a/src/command.C b/src/command.C
--- a/src/command.C
+++ b/src/command.C
@@ -1550,6 +1550,7 @@ rxvt_term::x_cb (XEvent &ev)
}
}
+#ifdef TRANSPARENT
void
rxvt_term::rootwin_cb (XEvent &ev)
{
@@ -1575,6 +1576,7 @@ rxvt_term::rootwin_cb (XEvent &ev)
want_full_refresh = 1;
}
}
+#endif
void
rxvt_term::button_press (const XButtonEvent &ev)
-----END OF PAGE-----