repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 6c1f1535ae12d8163e1ec9225d3b94a5593a5a28:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 6c1f1535ae12d8163e1ec9225d3b94a5593a5a28
Author: Marc Lehmann 
Date:   Mon Feb 9 07:15:46 2004 +0000

    *** empty log message ***

diff --git a/Changes b/Changes
index 2ffd7defe88804728d2ddf6c05fabff3e8b13447..
index ..41fbc6d2e03d88dfe0020e3255351d2c88568b9f 100644
--- 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
index 64c00c3b6137798cd144b1fbd69126e761a5aee1..
index ..a20cead017b5717cdebfb928a27c02d589683e1e 100644
--- 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-----