summaryrefslogtreecommitdiffstats
path: root/win/tkWinKey.c
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-04-15 17:41:20 (GMT)
committerhobbs <hobbs>2000-04-15 17:41:20 (GMT)
commit5ee12af49ba3d99483297417285a3628dbd29fda (patch)
tree93446f8a304d5188151dbfa15c878edf0647121f /win/tkWinKey.c
parentdefc6cf3bab5ccc2760262a443b56e5e9ea3f276 (diff)
downloadtk-5ee12af49ba3d99483297417285a3628dbd29fda.zip
tk-5ee12af49ba3d99483297417285a3628dbd29fda.tar.gz
tk-5ee12af49ba3d99483297417285a3628dbd29fda.tar.bz2
clarified internal comments
Diffstat (limited to 'win/tkWinKey.c')
-rw-r--r--win/tkWinKey.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tkWinKey.c b/win/tkWinKey.c
index e8833fa..bb61d23 100644
--- a/win/tkWinKey.c
+++ b/win/tkWinKey.c
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkWinKey.c,v 1.11 2000/04/15 02:50:26 ericm Exp $
+ * RCS: @(#) $Id: tkWinKey.c,v 1.12 2000/04/15 17:41:20 hobbs Exp $
*/
#include "tkWinInt.h"
@@ -266,7 +266,7 @@ KeycodeToKeysym(keycode, state, noascii)
* for alphanumeric characters map onto Latin-1, we just return it.
*
* We treat 0x7F as a special case mostly for backwards compatibility.
- * In older versions of Tk, Control-Backspace returned "XK_BackSpace"
+ * In versions of Tk<=8.2, Control-Backspace returned "XK_BackSpace"
* as the X Keysym. This was due to the fact that we did not
* initialize the keys array properly when we passed it to ToAscii, above.
* We had previously not been setting the state bit for the Control key.