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.20 by root, Fri Jan 6 02:11:15 2006 UTC vs.
Revision 1.22 by root, Mon Jan 9 05:08:02 2006 UTC

227 return true; 227 return true;
228} 228}
229 229
230rxvt_display::~rxvt_display () 230rxvt_display::~rxvt_display ()
231{ 231{
232 if (!display)
233 return;
234
235#ifdef POINTER_BLANK
236 XFreeCursor (display, blank_cursor);
237#endif
232 x_ev.stop (); 238 x_ev.stop ();
233#ifdef USE_XIM 239#ifdef USE_XIM
234 xims.clear (); 240 xims.clear ();
235#endif 241#endif
236
237 if (display)
238 XCloseDisplay (display); 242 XCloseDisplay (display);
239} 243}
240 244
241#ifdef USE_XIM 245#ifdef USE_XIM
242void rxvt_display::im_change_cb () 246void rxvt_display::im_change_cb ()
243{ 247{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines