Mercurial > hg > xemacs-beta
comparison src/frame-x.c @ 373:6240c7796c7a r21-2b2
Import from CVS: tag r21-2b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:04:06 +0200 |
parents | cc15677e0335 |
children | a300bb07d72d |
comparison
equal
deleted
inserted
replaced
372:49e1ed2d7ed8 | 373:6240c7796c7a |
---|---|
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); |