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
b4f5687c
Commit
b4f5687c
authored
Nov 16, 1992
by
Jim Blandy
Browse files
* xfns.c (unread_command_char): Change name in extern declaration
to unread_command_event.
parent
253c7d2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/xfns.c
src/xfns.c
+4
-4
No files found.
src/xfns.c
View file @
b4f5687c
...
...
@@ -116,7 +116,7 @@ static char *x_visual_strings[] =
Lisp_Object
Vmouse_depressed
;
extern
unsigned
int
x_mouse_x
,
x_mouse_y
,
x_mouse_grabbed
;
extern
Lisp_Object
unread_command_
char
;
extern
Lisp_Object
unread_command_
event
;
/* Atom for indicating window state to the window manager. */
Atom
Xatom_wm_change_state
;
...
...
@@ -3568,7 +3568,7 @@ DEFUN ("x-select-region", Fx_select_region, Sx_select_region, 1, 1, "e",
}
}
unread_command_
char
= obj;
unread_command_
event
= obj;
if (mouse_below_point)
{
contour_begin_x = point_x;
...
...
@@ -3661,7 +3661,7 @@ DEFUN ("x-horizontal-line", Fx_horizontal_line, Sx_horizontal_line, 1, 1, "e",
XDrawLine (x_current_display, FRAME_X_WINDOW (f),
erase_gc, left, line, right, line);
UNBLOCK_INPUT;
unread_command_
char
= obj;
unread_command_
event
= obj;
#if 0
XFreeGC (x_current_display, line_gc);
XFreeGC (x_current_display, erase_gc);
...
...
@@ -3876,7 +3876,7 @@ DEFUN ("x-track-pointer", Fx_track_pointer, Sx_track_pointer, 1, 1, "e",
&& EQ (Vmouse_window, selected_window) /* In this window */
&& x_mouse_frame);
unread_command_
char
= obj;
unread_command_
event
= obj;
if (mouse_track_width)
{
...
...
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