summaryrefslogtreecommitdiff
path: root/src/w32menu.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2012-07-31 19:59:55 +0300
committerEli Zaretskii <eliz@gnu.org>2012-07-31 19:59:55 +0300
commit5b20b3cc462133108a804abb74b8cf7fc6964ead (patch)
treeb9bebe2499d258882bd7334ecdf23ddfd559c63d /src/w32menu.c
parent79e721e0f886f048bafd46e8dec6630e035e6ed4 (diff)
downloademacs-5b20b3cc462133108a804abb74b8cf7fc6964ead.tar.gz
Fix some of the breakage introduced with 2012-07-31T12:36:19Z!dmantipov@yandex.ru.
src/w32menu.c (w32_menu_show): Revert bogus introduction of FVAR. src/fontset.c (dump_fontset): Fix compilation with ENABLE_CHECKING after introduction of FVAR.
Diffstat (limited to 'src/w32menu.c')
-rw-r--r--src/w32menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32menu.c b/src/w32menu.c
index 27d8bb2ad9d..193a8182481 100644
--- a/src/w32menu.c
+++ b/src/w32menu.c
@@ -854,7 +854,7 @@ w32_menu_show (FRAME_PTR f, int x, int y, int for_click, int keymaps,
wv_title->name = SSDATA (title);
wv_title->enabled = TRUE;
- FVAR (wv_title, title) = TRUE;
+ wv_title->title = TRUE;
wv_title->button_type = BUTTON_TYPE_NONE;
wv_title->help = Qnil;
wv_title->next = wv_sep;