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
032f1620
Commit
032f1620
authored
Mar 06, 2011
by
Paul Eggert
Browse files
* xmenu.c (menu_highlight_callback): Now static.
parent
44a3a108
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
src/ChangeLog
src/ChangeLog
+2
-0
src/xmenu.c
src/xmenu.c
+2
-2
No files found.
src/ChangeLog
View file @
032f1620
2011-03-06 Paul Eggert <eggert@cs.ucla.edu>
* xmenu.c (menu_highlight_callback): Now static.
* xdisp.c (produce_glyphless_glyph): Initialize lower_xoff.
Add a FIXME comment, since the code still doesn't look right.
(Fcurrent_bidi_paragraph_direction): Simplify slightly; this
src/xmenu.c
View file @
032f1620
...
...
@@ -723,7 +723,7 @@ show_help_event (FRAME_PTR f, xt_or_gtk_widget widget, Lisp_Object help)
unhighlighting. */
#ifdef USE_GTK
void
static
void
menu_highlight_callback
(
GtkWidget
*
widget
,
gpointer
call_data
)
{
xg_menu_item_cb_data
*
cb_data
;
...
...
@@ -742,7 +742,7 @@ menu_highlight_callback (GtkWidget *widget, gpointer call_data)
show_help_event
(
cb_data
->
cl_data
->
f
,
widget
,
help
);
}
#else
void
static
void
menu_highlight_callback
(
Widget
widget
,
LWLIB_ID
id
,
void
*
call_data
)
{
struct
frame
*
f
;
...
...
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