diff src/nsterm.h @ 97279:76ed169d532c

Dock menu customization, based on a patch by Ken Raeburn, plus some other fixes.
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Tue, 05 Aug 2008 03:05:14 +0000
parents 2e16fead73d6
children 5814e7199b5e
line wrap: on
line diff
--- a/src/nsterm.h	Mon Aug 04 21:59:02 2008 +0000
+++ b/src/nsterm.h	Tue Aug 05 03:05:14 2008 +0000
@@ -355,7 +355,7 @@
 @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