aboutsummaryrefslogtreecommitdiffstats
path: root/src/termhooks.h
diff options
context:
space:
mode:
authorKaroly Lorentey2005-12-26 03:16:59 +0000
committerKaroly Lorentey2005-12-26 03:16:59 +0000
commitfeba0cd6405ebb80af743e2f978442d9c837bcd2 (patch)
tree1cb964aa641bee514d9cda2eafe27a0a97e65ad1 /src/termhooks.h
parent30663b475e57197c9896a252e1d4ca31c579fa2b (diff)
parent7a32e81fb608282314e27db21a00138aaa91f29a (diff)
downloademacs-feba0cd6405ebb80af743e2f978442d9c837bcd2.tar.gz
emacs-feba0cd6405ebb80af743e2f978442d9c837bcd2.zip
Merged from miles@gnu.org--gnu-2005 (patch 677)
Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-677 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-463
Diffstat (limited to 'src/termhooks.h')
-rw-r--r--src/termhooks.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/termhooks.h b/src/termhooks.h
index 7920b6597aa..c925a85b484 100644
--- a/src/termhooks.h
+++ b/src/termhooks.h
@@ -144,14 +144,14 @@ enum event_kind
144 DRAG_N_DROP_EVENT, /* A drag-n-drop event is generated when 144 DRAG_N_DROP_EVENT, /* A drag-n-drop event is generated when
145 files selected outside of Emacs are dropped 145 files selected outside of Emacs are dropped
146 onto an Emacs window. 146 onto an Emacs window.
147 Currently used only on Windows NT.
148 .modifiers holds the state of the 147 .modifiers holds the state of the
149 modifier keys. 148 modifier keys.
150 .x and .y give the mouse position, 149 .x and .y give the mouse position,
151 in characters, within the window. 150 in characters, within the window.
152 .frame_or_window is a cons of the frame 151 .frame_or_window is the frame in
153 in which the drop was made and a list of 152 which the drop was made.
154 the filenames of the dropped files. 153 .arg is a platform-dependent
154 representation of the dropped items.
155 .timestamp gives a timestamp (in 155 .timestamp gives a timestamp (in
156 milliseconds) for the click. */ 156 milliseconds) for the click. */
157 USER_SIGNAL_EVENT, /* A user signal. 157 USER_SIGNAL_EVENT, /* A user signal.