ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvttoolkit.C
(Generate patch)

Comparing rxvt-unicode/src/rxvttoolkit.C (file contents):
Revision 1.23 by root, Wed Jan 11 00:59:58 2006 UTC vs.
Revision 1.24 by root, Wed Jan 25 00:42:21 2006 UTC

93} 93}
94 94
95///////////////////////////////////////////////////////////////////////////// 95/////////////////////////////////////////////////////////////////////////////
96 96
97#ifdef USE_XIM 97#ifdef USE_XIM
98
98static void 99static void
99#if XIMCB_PROTO_BROKEN 100#if XIMCB_PROTO_BROKEN
100im_destroy_cb (XIC unused1, XPointer client_data, XPointer unused3) 101im_destroy_cb (XIC unused1, XPointer client_data, XPointer unused3)
101#else 102#else
102im_destroy_cb (XIM unused1, XPointer client_data, XPointer unused3) 103im_destroy_cb (XIM unused1, XPointer client_data, XPointer unused3)
133rxvt_xim::~rxvt_xim () 134rxvt_xim::~rxvt_xim ()
134{ 135{
135 if (xim) 136 if (xim)
136 XCloseIM (xim); 137 XCloseIM (xim);
137} 138}
139
138#endif 140#endif
139 141
140///////////////////////////////////////////////////////////////////////////// 142/////////////////////////////////////////////////////////////////////////////
141 143
142rxvt_display::rxvt_display (const char *id) 144rxvt_display::rxvt_display (const char *id)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines