diff options
| author | Eli Zaretskii | 2014-07-25 14:58:36 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-07-25 14:58:36 +0300 |
| commit | 4e69163f5fe35a8e79f03c9dcabde03e742ce06e (patch) | |
| tree | 56ea079ffae64cbd8e92f93bb4e2433ff9bc5fa0 /src/w32term.h | |
| parent | b61f5e45ec143ca7fb7003c55adae779c7db7965 (diff) | |
| download | emacs-4e69163f5fe35a8e79f03c9dcabde03e742ce06e.tar.gz emacs-4e69163f5fe35a8e79f03c9dcabde03e742ce06e.zip | |
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 | |||
| 200 | extern struct w32_display_info *x_display_list; | 200 | extern struct w32_display_info *x_display_list; |
| 201 | extern struct w32_display_info one_w32_display_info; | 201 | extern struct w32_display_info one_w32_display_info; |
| 202 | 202 | ||
| 203 | /* These 2 are set by w32fns.c and examined in w32term.c. */ | ||
| 204 | extern HMENU current_popup_menu; | ||
| 205 | extern int menubar_in_use; | ||
| 206 | |||
| 203 | extern struct frame *x_window_to_frame (struct w32_display_info *, HWND); | 207 | extern struct frame *x_window_to_frame (struct w32_display_info *, HWND); |
| 204 | 208 | ||
| 205 | struct w32_display_info *x_display_info_for_name (Lisp_Object); | 209 | struct w32_display_info *x_display_info_for_name (Lisp_Object); |