Mercurial > hg > xemacs-beta
comparison src/menubar-msw.c @ 5027:22179cd0fe15
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 10 Feb 2010 07:25:19 -0600 |
parents | ae48681c47fa |
children | 71ee43b8a74d |
comparison
equal
deleted
inserted
replaced
5026:46cf825f6158 | 5027:22179cd0fe15 |
---|---|
95 #include "window-impl.h" | 95 #include "window-impl.h" |
96 | 96 |
97 /* #### */ | 97 /* #### */ |
98 #define REPLACE_ME_WITH_GLOBAL_VARIABLE_WHICH_CONTROLS_RIGHT_FLUSH 0 | 98 #define REPLACE_ME_WITH_GLOBAL_VARIABLE_WHICH_CONTROLS_RIGHT_FLUSH 0 |
99 | 99 |
100 #define EMPTY_ITEM_ID ((UINT)LISP_TO_VOID (Qunbound)) | 100 #define EMPTY_ITEM_ID ((UINT)STORE_LISP_IN_VOID (Qunbound)) |
101 #define EMPTY_ITEM_NAME "(empty)" /* WARNING: uses of this need XETEXT */ | 101 #define EMPTY_ITEM_NAME "(empty)" /* WARNING: uses of this need XETEXT */ |
102 | 102 |
103 /* Current menu (bar or popup) descriptor. gcpro'ed */ | 103 /* Current menu (bar or popup) descriptor. gcpro'ed */ |
104 static Lisp_Object current_menudesc; | 104 static Lisp_Object current_menudesc; |
105 | 105 |