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

Comparing rxvt-unicode/src/main.C (file contents):
Revision 1.387 by sf-exg, Sun Dec 30 15:38:04 2012 UTC vs.
Revision 1.388 by root, Sun Feb 17 00:11:28 2013 UTC

239 239
240#if USE_XIM 240#if USE_XIM
241 im_destroy (); 241 im_destroy ();
242#endif 242#endif
243 scrollBar.destroy (); 243 scrollBar.destroy ();
244
245 if (gc)
244 if (gc) XFreeGC (dpy, gc); 246 XFreeGC (dpy, gc);
245 247
246 delete drawable; 248 delete drawable;
249
247 // destroy all windows 250 // destroy all windows
248 if (parent) 251 if (parent)
249 XDestroyWindow (dpy, parent); 252 XDestroyWindow (dpy, parent);
250 253
251 for (int i = 0; i < TOTAL_COLORS; i++) 254 for (int i = 0; i < TOTAL_COLORS; i++)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines