diff options
author | Eli Zaretskii <eliz@gnu.org> | 2014-07-25 14:58:36 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2014-07-25 14:58:36 +0300 |
commit | 4e69163f5fe35a8e79f03c9dcabde03e742ce06e (patch) | |
tree | 56ea079ffae64cbd8e92f93bb4e2433ff9bc5fa0 /src/w32term.h | |
parent | b61f5e45ec143ca7fb7003c55adae779c7db7965 (diff) | |
download | emacs-4e69163f5fe35a8e79f03c9dcabde03e742ce06e.tar.gz |
Fix last commit in w32term.c.
src/w32term.h (current_popup_menu, menubar_in_use): Move
declarations from w32term.c.
Diffstat (limited to 'src/w32term.h')
-rw-r--r-- | src/w32term.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/w32term.h b/src/w32term.h index fdf5f4420b8..ae666925833 100644 --- a/src/w32term.h +++ b/src/w32term.h @@ -200,6 +200,10 @@ struct w32_display_info extern struct w32_display_info *x_display_list; extern struct w32_display_info one_w32_display_info; +/* These 2 are set by w32fns.c and examined in w32term.c. */ +extern HMENU current_popup_menu; +extern int menubar_in_use; + extern struct frame *x_window_to_frame (struct w32_display_info *, HWND); struct w32_display_info *x_display_info_for_name (Lisp_Object); |