# HG changeset patch # User Richard M. Stallman # Date 708054982 0 # Node ID 6a15fb0422ef95012557f25a993171d0db33b614 # Parent b3549968267b8e39de3f99adb2f61957a71bdc5f *** empty log message *** diff -r b3549968267b -r 6a15fb0422ef src/xfns.c --- 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;