Mercurial > emacs
changeset 700:6a15fb0422ef
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 09 Jun 1992 01:56:22 +0000 |
parents | b3549968267b |
children | e7eb08ed73c0 |
files | src/xfns.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfns.c Mon Jun 08 22:48:04 1992 +0000 +++ b/src/xfns.c Tue Jun 09 01:56:22 1992 +0000 @@ -117,6 +117,9 @@ 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 @@ 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;