]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct frame) [MAC_OS]: New member external_tool_bar.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Thu, 14 Jun 2007 08:38:42 +0000 (08:38 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Thu, 14 Jun 2007 08:38:42 +0000 (08:38 +0000)
(FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.

src/frame.h

index d09a0d1ae04273a267e0d13effcbe1e016fd8995..7c46221da720a387e59bda943b0e3340e17a49c1 100644 (file)
@@ -214,7 +214,7 @@ struct frame
      be used for output.  */
   unsigned glyphs_initialized_p : 1;
 
-#if defined (USE_GTK)
+#if defined (USE_GTK) || defined (MAC_OS)
   /* Nonzero means using a tool bar that comes from the toolkit.  */
   int external_tool_bar;
 #endif
@@ -549,7 +549,7 @@ typedef struct frame *FRAME_PTR;
 
 /* Nonzero if this frame should display a tool bar
    in a way that does not use any text lines.  */
-#if defined (USE_GTK)
+#if defined (USE_GTK) || defined (MAC_OS)
 #define FRAME_EXTERNAL_TOOL_BAR(f) (f)->external_tool_bar
 #else
 #define FRAME_EXTERNAL_TOOL_BAR(f) 0