From 05f41e32893e2072d0b8715cb7a61711fc9d8f6b Mon Sep 17 00:00:00 2001 From: root Date: Fri, 30 Jul 2004 14:12:38 +0000 Subject: [PATCH] *** empty log message *** --- src/rxvtcolor.C | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/rxvtcolor.C b/src/rxvtcolor.C index ef2fd6d4..dfa3e876 100644 --- a/src/rxvtcolor.C +++ b/src/rxvtcolor.C @@ -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; } -- 2.34.1