* src/gtkutil.c (xg_mark_data):
* src/gtkutil.h (xg_filter_key): Ifdef out definitions on PGTK.
}
}
+#ifndef HAVE_PGTK
if (xg_pending_quit_event.kind != NO_EVENT)
{
eassert (xg_pending_quit_event.kind == ASCII_KEYSTROKE_EVENT);
mark_object (xg_pending_quit_event.frame_or_window);
mark_object (xg_pending_quit_event.arg);
}
+#endif
}
/* Callback called when a menu item is destroyed. Used to free data.
extern bool xg_is_menu_window (Display *dpy, Window);
#endif
+#ifndef HAVE_PGTK
extern bool xg_filter_key (struct frame *frame, XEvent *xkey);
+#endif
/* Mark all callback data that are Lisp_object:s during GC. */
extern void xg_mark_data (void);