mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
*** empty log message ***
This commit is contained in:
parent
6869203ed2
commit
f370ccb714
1 changed files with 3 additions and 3 deletions
|
|
@ -117,6 +117,9 @@ 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;
|
||||
|
||||
/* Atom for indicating window state to the window manager. */
|
||||
Atom Xatom_wm_change_state;
|
||||
|
||||
|
|
@ -3156,9 +3159,6 @@ at X, Y on the selected screen.")
|
|||
return Qnil;
|
||||
}
|
||||
|
||||
extern unsigned int x_mouse_x, x_mouse_y, x_mouse_grabbed;
|
||||
extern Lisp_Object unread_command_char;
|
||||
|
||||
#if 0
|
||||
int contour_begin_x, contour_begin_y;
|
||||
int contour_end_x, contour_end_y;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue