summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2010-01-02 11:07:55 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2010-01-02 11:07:55 (GMT)
commite01c3ab9fb93de2ebed0d3b8d146295491c76c63 (patch)
tree74ec102e33450a1e4e9ce197bebd5e9082d2738f /doc
parent95a043659c4ea250050b4a72f30054e152b6b716 (diff)
downloadtk-e01c3ab9fb93de2ebed0d3b8d146295491c76c63.zip
tk-e01c3ab9fb93de2ebed0d3b8d146295491c76c63.tar.gz
tk-e01c3ab9fb93de2ebed0d3b8d146295491c76c63.tar.bz2
Fix [Bug 1373712] and [Bug 1924761].
Diffstat (limited to 'doc')
-rw-r--r--doc/HandleEvent.35
-rw-r--r--doc/QWinEvent.35
2 files changed, 6 insertions, 4 deletions
diff --git a/doc/HandleEvent.3 b/doc/HandleEvent.3
index 8f1b319..f313907 100644
--- a/doc/HandleEvent.3
+++ b/doc/HandleEvent.3
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: HandleEvent.3,v 1.6 2008/07/08 22:40:51 patthoyts Exp $
+'\" RCS: @(#) $Id: HandleEvent.3,v 1.7 2010/01/02 11:07:56 dkf Exp $
'\"
.so man.macros
.TH Tk_HandleEvent 3 "" Tk "Tk Library Procedures"
@@ -20,7 +20,8 @@ Tk_HandleEvent \- invoke event handlers for window system events
.SH ARGUMENTS
.AS XEvent *eventPtr
.AP XEvent *eventPtr in
-Pointer to X event to dispatch to relevant handler(s).
+Pointer to X event to dispatch to relevant handler(s). It is important
+that all unused fields of the structure be set to zero.
.BE
.SH DESCRIPTION
.PP
diff --git a/doc/QWinEvent.3 b/doc/QWinEvent.3
index 0f82210..7066d49 100644
--- a/doc/QWinEvent.3
+++ b/doc/QWinEvent.3
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: QWinEvent.3,v 1.5 2008/07/08 22:40:51 patthoyts Exp $
+'\" RCS: @(#) $Id: QWinEvent.3,v 1.6 2010/01/02 11:07:56 dkf Exp $
'\"
.so man.macros
.TH Tk_QueueWindowEvent 3 7.5 Tk "Tk Library Procedures"
@@ -26,7 +26,8 @@ Display for which to control motion event collapsing.
.AP int collapse in
Indicates whether motion events should be collapsed or not.
.AP XEvent *eventPtr in
-An event to add to the event queue.
+An event to add to the event queue. It is important
+that all unused fields of the structure be set to zero.
.AP Tcl_QueuePosition position in
Where to add the new event in the queue: \fBTCL_QUEUE_TAIL\fR,
\fBTCL_QUEUE_HEAD\fR, or \fBTCL_QUEUE_MARK\fR.