summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXInt.h
diff options
context:
space:
mode:
authordas <das>2006-07-24 04:45:26 (GMT)
committerdas <das>2006-07-24 04:45:26 (GMT)
commitf33368136b30fdfff486ed0a510e67c446c402b0 (patch)
tree0d60e88e097249d1b8a7c39291f3daad4606fb10 /macosx/tkMacOSXInt.h
parent4aae94c8c389f6267ff5f36fcfc36477b89d7532 (diff)
downloadtk-f33368136b30fdfff486ed0a510e67c446c402b0.zip
tk-f33368136b30fdfff486ed0a510e67c446c402b0.tar.gz
tk-f33368136b30fdfff486ed0a510e67c446c402b0.tar.bz2
fix typo: visable -> visible
Diffstat (limited to 'macosx/tkMacOSXInt.h')
-rw-r--r--macosx/tkMacOSXInt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/tkMacOSXInt.h b/macosx/tkMacOSXInt.h
index 58a7ddd..a892404 100644
--- a/macosx/tkMacOSXInt.h
+++ b/macosx/tkMacOSXInt.h
@@ -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: tkMacOSXInt.h,v 1.3.2.12 2006/05/12 18:17:55 das Exp $
+ * RCS: @(#) $Id: tkMacOSXInt.h,v 1.3.2.13 2006/07/24 04:45:26 das Exp $
*/
#ifndef _TKMACINT
@@ -37,8 +37,8 @@ struct TkWindowPrivate {
ControlRef rootControl;
int xOff; /* X offset from toplevel window */
int yOff; /* Y offset from toplevel window */
- RgnHandle clipRgn; /* Visable region of window */
- RgnHandle aboveClipRgn; /* Visable region of window & it's children */
+ RgnHandle clipRgn; /* Visible region of window */
+ RgnHandle aboveClipRgn; /* Visible region of window & it's children */
int referenceCount; /* Don't delete toplevel until children are
* gone. */
struct TkWindowPrivate *toplevel; /* Pointer to the toplevel