aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 4391e173741..cb142b9d8ad 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -3327,6 +3327,17 @@ extern int staticidx;
3327struct window; 3327struct window;
3328struct frame; 3328struct frame;
3329 3329
3330/* Define if the windowing system provides a menu bar. */
3331#if defined (USE_X_TOOLKIT) || defined (HAVE_NTGUI) \
3332 || defined (HAVE_NS) || defined (USE_GTK)
3333#define HAVE_EXT_MENU_BAR true
3334#endif
3335
3336/* Define if the windowing system provides a tool-bar. */
3337#if defined (USE_GTK) || defined (HAVE_NS)
3338#define HAVE_EXT_TOOL_BAR true
3339#endif
3340
3330/* Copy COUNT Lisp_Objects from ARGS to contents of V starting from OFFSET. */ 3341/* Copy COUNT Lisp_Objects from ARGS to contents of V starting from OFFSET. */
3331 3342
3332INLINE void 3343INLINE void