diff src/console-msw.h @ 231:557eaa0339bf r20-5b14

Import from CVS: tag r20-5b14
author cvs
date Mon, 13 Aug 2007 10:13:48 +0200
parents 2c611d1463a6
children 52952cbfc5b5
line wrap: on
line diff
--- a/src/console-msw.h	Mon Aug 13 10:13:03 2007 +0200
+++ b/src/console-msw.h	Mon Aug 13 10:13:48 2007 +0200
@@ -77,6 +77,9 @@
   /* Coordinates of last click event, screen-relative */
   POINTS last_click_point;
 
+  /* Menu hashtable. See menubar-msw.h */
+  Lisp_Object hash_table;
+
   /* Misc flags */
   int button2_need_lbutton : 1;
   int button2_need_rbutton : 1;
@@ -90,7 +93,7 @@
 
 #define FRAME_MSWINDOWS_HANDLE(f)	(FRAME_MSWINDOWS_DATA (f)->hwnd)
 #define FRAME_MSWINDOWS_DC(f)		(FRAME_MSWINDOWS_DATA (f)->hdc)
-
+#define FRAME_MSWINDOWS_MENU_HASHTABLE(f) (FRAME_MSWINDOWS_DATA (f)->hash_table)
 
 /*
  * Redisplay functions