*** empty log message ***
authorroot <root>
Sat, 10 Nov 2007 23:10:55 +0000 (23:10 +0000)
committerroot <root>
Sat, 10 Nov 2007 23:10:55 +0000 (23:10 +0000)
Changes
src/rxvttoolkit.C

diff --git a/Changes b/Changes
index dd8191c2b6d54a36d9d5bc12bcbe95be7f6d02ad..c31fcaed4846f39f824383df37728735a9daa6ec 100644 (file)
--- a/Changes
+++ b/Changes
@@ -19,6 +19,9 @@ DUMB: support tex fonts
 TODO: align default value of cutchars with rxvt.1.pod and add it as a fallback in perl 'selection'
       http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=377194
 
+       - fix a serious bug while setting the XIM destroy callback
+          on (typical) 64 bit systems.
+
 8.4  Sat Oct 27 14:02:13 CEST 2007
        - overhaul of the transparency/pixmap code (sasha).
        - fix possible race betwen visual bell and poweron.
index 59bff55442c10b7669322331dec80d8bd80df94c..248bc6e9618bdbd8d643f6f4159e8ba527fd7bbf 100644 (file)
@@ -185,7 +185,7 @@ rxvt_xim::ref_init ()
   ximcallback.client_data = (XPointer)this;
   ximcallback.callback = im_destroy_cb;
 
-  XSetIMValues (xim, XNDestroyCallback, &ximcallback, 0);
+  XSetIMValues (xim, XNDestroyCallback, &ximcallback, (char *)0);
 
   return true;
 }