*** empty log message ***
authorroot <root>
Fri, 30 Jul 2004 14:12:38 +0000 (14:12 +0000)
committerroot <root>
Fri, 30 Jul 2004 14:12:38 +0000 (14:12 +0000)
src/rxvtcolor.C

index ef2fd6d49625baa949a58a157e865bc358abc501..dfa3e876c1b9329e38426d460c730de778b4b274 100644 (file)
@@ -129,8 +129,7 @@ bool rxvt_xim::init ()
   ximcallback.client_data = (XPointer)this;
   ximcallback.callback = im_destroy_cb;
 
-  ((void (*)(XIM, ...)) XSetIMValues)
-     (xim, XNDestroyCallback, &ximcallback, NULL);
+  XSetIMValues (xim, XNDestroyCallback, &ximcallback, NULL);
 
   return true;
 }