aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog1
-rw-r--r--src/window.h8
2 files changed, 1 insertions, 8 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 510dbf01a08..dd47935f47b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,6 @@
12013-09-02 Dmitry Antipov <dmantipov@yandex.ru> 12013-09-02 Dmitry Antipov <dmantipov@yandex.ru>
2 2
3 * window.h (Vmouse_window, Vmouse_event): Remove the leftovers.
3 * xterm.c (toplevel): Drop obsolete comment and move compose_status... 4 * xterm.c (toplevel): Drop obsolete comment and move compose_status...
4 (handle_one_xevent): ...to here. 5 (handle_one_xevent): ...to here.
5 (STORE_KEYSYM_FOR_DEBUG): Move under ENABLE_CHECKING and make no-op 6 (STORE_KEYSYM_FOR_DEBUG): Move under ENABLE_CHECKING and make no-op
diff --git a/src/window.h b/src/window.h
index 3e37fa9d983..efe03737052 100644
--- a/src/window.h
+++ b/src/window.h
@@ -859,14 +859,6 @@ extern Lisp_Object minibuf_window;
859 859
860extern Lisp_Object minibuf_selected_window; 860extern Lisp_Object minibuf_selected_window;
861 861
862/* Window that the mouse is over (nil if no mouse support). */
863
864extern Lisp_Object Vmouse_window;
865
866/* Last mouse-click event (nil if no mouse support). */
867
868extern Lisp_Object Vmouse_event;
869
870extern Lisp_Object make_window (void); 862extern Lisp_Object make_window (void);
871extern Lisp_Object window_from_coordinates (struct frame *, int, int, 863extern Lisp_Object window_from_coordinates (struct frame *, int, int,
872 enum window_part *, bool); 864 enum window_part *, bool);