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
2b23d2a6
Commit
2b23d2a6
authored
Jul 15, 2010
by
Andreas Schwab
Browse files
* xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of timestamp argument.
parent
c4affd2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
src/ChangeLog
src/ChangeLog
+5
-0
src/xmenu.c
src/xmenu.c
+4
-2
No files found.
src/ChangeLog
View file @
2b23d2a6
2010-07-15 Andreas Schwab <schwab@linux-m68k.org>
* xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of
timestamp argument.
2010-07-15 Eli Zaretskii <eliz@gnu.org>
* fringe.c (update_window_fringes): Restore mistakenly reverted
...
...
src/xmenu.c
View file @
2b23d2a6
...
...
@@ -1562,7 +1562,8 @@ pop_down_menu (Lisp_Object arg)
menu pops down.
menu_item_selection will be set to the selection. */
static void
create_and_show_popup_menu
(
FRAME_PTR
f
,
widget_value
*
first_wv
,
int
x
,
int
y
,
int
for_click
,
unsigned
int
timestamp
)
create_and_show_popup_menu (FRAME_PTR f, widget_value *first_wv,
int x, int y, int for_click, EMACS_UINT timestamp)
{
int i;
Arg av[2];
...
...
@@ -2275,7 +2276,8 @@ pop_down_menu (Lisp_Object arg)
Lisp_Object
xmenu_show
(
FRAME_PTR
f
,
int
x
,
int
y
,
int
for_click
,
int
keymaps
,
Lisp_Object
title
,
char
**
error
,
unsigned
int
timestamp
)
xmenu_show (FRAME_PTR f, int x, int y, int for_click, int keymaps,
Lisp_Object title, char **error, EMACS_UINT timestamp)
{
Window root;
XMenu *menu;
...
...
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