projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7d7096
)
*** empty log message ***
author
root
<root>
Fri, 30 Jul 2004 14:12:38 +0000
(14:12 +0000)
committer
root
<root>
Fri, 30 Jul 2004 14:12:38 +0000
(14:12 +0000)
src/rxvtcolor.C
patch
|
blob
|
history
diff --git
a/src/rxvtcolor.C
b/src/rxvtcolor.C
index ef2fd6d49625baa949a58a157e865bc358abc501..dfa3e876c1b9329e38426d460c730de778b4b274 100644
(file)
--- 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;
}