diff options
| author | Richard M. Stallman | 1992-06-09 01:56:22 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-06-09 01:56:22 +0000 |
| commit | f370ccb714d6d2e06136f18c4b15745836c52711 (patch) | |
| tree | b1fca604dd7e654fcbd6c1b33f9fb0aa1f339408 | |
| parent | 6869203ed2178f9ade09a27fa91159374f5e7b45 (diff) | |
| download | emacs-f370ccb714d6d2e06136f18c4b15745836c52711.tar.gz emacs-f370ccb714d6d2e06136f18c4b15745836c52711.zip | |
*** empty log message ***
| -rw-r--r-- | src/xfns.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xfns.c b/src/xfns.c index 614c4df95b9..b445fb00f57 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -117,6 +117,9 @@ static char *x_visual_strings[] = | |||
| 117 | 117 | ||
| 118 | Lisp_Object Vmouse_depressed; | 118 | Lisp_Object Vmouse_depressed; |
| 119 | 119 | ||
| 120 | extern unsigned int x_mouse_x, x_mouse_y, x_mouse_grabbed; | ||
| 121 | extern Lisp_Object unread_command_char; | ||
| 122 | |||
| 120 | /* Atom for indicating window state to the window manager. */ | 123 | /* Atom for indicating window state to the window manager. */ |
| 121 | Atom Xatom_wm_change_state; | 124 | Atom Xatom_wm_change_state; |
| 122 | 125 | ||
| @@ -3156,9 +3159,6 @@ at X, Y on the selected screen.") | |||
| 3156 | return Qnil; | 3159 | return Qnil; |
| 3157 | } | 3160 | } |
| 3158 | 3161 | ||
| 3159 | extern unsigned int x_mouse_x, x_mouse_y, x_mouse_grabbed; | ||
| 3160 | extern Lisp_Object unread_command_char; | ||
| 3161 | |||
| 3162 | #if 0 | 3162 | #if 0 |
| 3163 | int contour_begin_x, contour_begin_y; | 3163 | int contour_begin_x, contour_begin_y; |
| 3164 | int contour_end_x, contour_end_y; | 3164 | int contour_end_x, contour_end_y; |