summaryrefslogtreecommitdiff
path: root/src/nsterm.h
diff options
context:
space:
mode:
authorAdrian Robert <Adrian.B.Robert@gmail.com>2008-08-05 03:05:14 +0000
committerAdrian Robert <Adrian.B.Robert@gmail.com>2008-08-05 03:05:14 +0000
commit4e6225928e54d42a7899dc20a5f56da51e056332 (patch)
tree27cc44228ee044d447283489a52a3fc352dfb79a /src/nsterm.h
parentcd1c5ce121ba476ca1472cd6f84a15a34c5b2d65 (diff)
downloademacs-4e6225928e54d42a7899dc20a5f56da51e056332.tar.gz
Dock menu customization, based on a patch by Ken Raeburn, plus some other fixes.
Diffstat (limited to 'src/nsterm.h')
-rw-r--r--src/nsterm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsterm.h b/src/nsterm.h
index f0b15b7cdc9..c479b333fd1 100644
--- a/src/nsterm.h
+++ b/src/nsterm.h
@@ -355,7 +355,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
@end
extern NSArray *ns_send_types, *ns_return_types;
-extern EmacsMenu *mainMenu, *svcsMenu;
+extern EmacsMenu *mainMenu, *svcsMenu, *dockMenu;
/* Apple removed the declaration, but kept the implementation */
#if defined (NS_IMPL_COCOA) && MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_4