mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-15 07:41:09 -08:00
* src/gtkutil.c (xg_free_frame_widgets): Avoid compiler warning.
This commit is contained in:
parent
8c6402844e
commit
f2e131f1ae
1 changed files with 2 additions and 0 deletions
|
|
@ -1887,7 +1887,9 @@ xg_free_frame_widgets (struct frame *f)
|
|||
|
||||
/* x_free_frame_resources should have taken care of it */
|
||||
#ifndef HAVE_PGTK
|
||||
#ifdef HAVE_XDBE
|
||||
eassert (!FRAME_X_DOUBLE_BUFFERED_P (f));
|
||||
#endif
|
||||
g_object_unref (FRAME_X_OUTPUT (f)->im_context);
|
||||
#endif
|
||||
gtk_widget_destroy (FRAME_GTK_OUTER_WIDGET (f));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue