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
9fbd6841
Commit
9fbd6841
authored
May 14, 2011
by
Paul Eggert
Browse files
* msdos.c (mouse_get_pos): Likewise.
* w32inevt.c (movement_time, w32_console_mouse_position): Likewise.
parent
1a1f3366
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
src/ChangeLog
src/ChangeLog
+2
-0
src/msdos.c
src/msdos.c
+1
-1
src/w32inevt.c
src/w32inevt.c
+2
-3
No files found.
src/ChangeLog
View file @
9fbd6841
...
...
@@ -3,6 +3,8 @@
Fixups, following up to the user-interface timestamp change.
* nsterm.m (last_mouse_movement_time, ns_mouse_position): Use Time
for UI timestamps, instead of unsigned long.
* msdos.c (mouse_get_pos): Likewise.
* w32inevt.c (movement_time, w32_console_mouse_position): Likewise.
* w32gui.h (Time): Define by including "systime.h" rather than by
declaring it ourselves. (Bug#8664)
...
...
src/msdos.c
View file @
9fbd6841
...
...
@@ -287,7 +287,7 @@ mouse_button_depressed (int b, int *xp, int *yp)
void
mouse_get_pos (FRAME_PTR *f, int insist, Lisp_Object *bar_window,
enum scroll_bar_part *part, Lisp_Object *x, Lisp_Object *y,
unsigned long
*time)
Time
*time)
{
int ix, iy;
Lisp_Object frame, tail;
...
...
src/w32inevt.c
View file @
9fbd6841
...
...
@@ -45,7 +45,7 @@ extern HANDLE keyboard_handle;
/* Info for last mouse motion */
static
COORD
movement_pos
;
static
DWORD
movement_time
;
static
Time
movement_time
;
/* from w32fns.c */
extern
unsigned
int
map_keypad_keys
(
unsigned
int
,
unsigned
int
);
...
...
@@ -544,7 +544,7 @@ w32_console_mouse_position (FRAME_PTR *f,
enum
scroll_bar_part
*
part
,
Lisp_Object
*
x
,
Lisp_Object
*
y
,
unsigned
long
*
time
)
Time
*
time
)
{
BLOCK_INPUT
;
...
...
@@ -756,4 +756,3 @@ w32_console_read_socket (struct terminal *terminal,
UNBLOCK_INPUT
;
return
ret
;
}
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