Mercurial > hg > xemacs-beta
comparison src/frame-x.c @ 314:341dac730539 r21-0b55
Import from CVS: tag r21-0b55
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:44:22 +0200 |
parents | c9fe270a4101 |
children | 19dcec799385 |
comparison
equal
deleted
inserted
replaced
313:2905de29931f | 314:341dac730539 |
---|---|
2649 XtDestroyWidget (w); | 2649 XtDestroyWidget (w); |
2650 x_error_occurred_p (dpy); | 2650 x_error_occurred_p (dpy); |
2651 } | 2651 } |
2652 #else | 2652 #else |
2653 XtDestroyWidget (w); | 2653 XtDestroyWidget (w); |
2654 XFlush (XtDisplay(w)); /* make sure the windows are really gone! */ | |
2654 #endif /* EXTERNAL_WIDGET */ | 2655 #endif /* EXTERNAL_WIDGET */ |
2655 | 2656 |
2656 if (FRAME_X_GEOM_FREE_ME_PLEASE (f)) | 2657 if (FRAME_X_GEOM_FREE_ME_PLEASE (f)) |
2657 xfree (FRAME_X_GEOM_FREE_ME_PLEASE (f)); | 2658 xfree (FRAME_X_GEOM_FREE_ME_PLEASE (f)); |
2658 xfree (f->frame_data); | 2659 xfree (f->frame_data); |