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
15f844ac
Commit
15f844ac
authored
Sep 20, 2010
by
Dan Nicolaescu
Browse files
* src/xterm.c (xt_action_hook): Use const.
parent
1f7f45a5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/xterm.c
src/xterm.c
+1
-1
No files found.
src/ChangeLog
View file @
15f844ac
2010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
* xterm.c (xt_action_hook): Use const.
2010-09-20 Juanma Barranquero <lekktu@gmail.com>
2010-09-20 Juanma Barranquero <lekktu@gmail.com>
Don't make W32 code conditional on HAVE_SOCKETS, it's always defined.
Don't make W32 code conditional on HAVE_SOCKETS, it's always defined.
...
...
src/xterm.c
View file @
15f844ac
...
@@ -4004,7 +4004,7 @@ xt_action_hook (Widget widget, XtPointer client_data, String action_name,
...
@@ -4004,7 +4004,7 @@ xt_action_hook (Widget widget, XtPointer client_data, String action_name,
XEvent *event, String *params, Cardinal *num_params)
XEvent *event, String *params, Cardinal *num_params)
{
{
int scroll_bar_p;
int scroll_bar_p;
char *end_action;
const
char *end_action;
#ifdef USE_MOTIF
#ifdef USE_MOTIF
scroll_bar_p = XmIsScrollBar (widget);
scroll_bar_p = XmIsScrollBar (widget);
...
...
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