Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
15d36dee
Commit
15d36dee
authored
Aug 22, 2000
by
Andrew Innes
Browse files
Include keyboard.h before frame.h. Fix compile
warnings.
parent
690e96a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/w32menu.c
src/w32menu.c
+3
-3
No files found.
src/w32menu.c
View file @
15d36dee
...
...
@@ -24,9 +24,9 @@ Boston, MA 02111-1307, USA. */
#include <stdio.h>
#include "lisp.h"
#include "termhooks.h"
#include "keyboard.h"
#include "frame.h"
#include "window.h"
#include "keyboard.h"
#include "blockinput.h"
#include "buffer.h"
#include "charset.h"
...
...
@@ -846,7 +846,7 @@ on the left of the dialog box and all following items on the right.\n\
/* Use the mouse's current position. */
FRAME_PTR new_f = SELECTED_FRAME ();
Lisp_Object bar_window;
in
t part;
enum scroll_bar_par
t part;
unsigned long time;
Lisp_Object x, y;
...
...
@@ -2116,7 +2116,7 @@ add_menu_item (HMENU menu, widget_value *wv, HMENU item)
}
/* Construct native Windows menu(bar) based on widget_value tree. */
static
int
int
fill_in_menu
(
HMENU
menu
,
widget_value
*
wv
)
{
int
items_added
=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment