diff options
author | das <das> | 2006-07-24 04:45:23 (GMT) |
---|---|---|
committer | das <das> | 2006-07-24 04:45:23 (GMT) |
commit | 03510687cbe34c858fbf52009d74bd8ce0584d74 (patch) | |
tree | 21316100ef7d52ae7ee197fda3d5bafa9b124c92 /macosx/tkMacOSXInt.h | |
parent | 1a735b37110586227d1c770d9cae655e78290eac (diff) | |
download | tk-03510687cbe34c858fbf52009d74bd8ce0584d74.zip tk-03510687cbe34c858fbf52009d74bd8ce0584d74.tar.gz tk-03510687cbe34c858fbf52009d74bd8ce0584d74.tar.bz2 |
fix typo: visable -> visible
Diffstat (limited to 'macosx/tkMacOSXInt.h')
-rw-r--r-- | macosx/tkMacOSXInt.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/tkMacOSXInt.h b/macosx/tkMacOSXInt.h index f57a5e9..ffc01c3 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.17 2006/05/12 18:17:48 das Exp $ + * RCS: @(#) $Id: tkMacOSXInt.h,v 1.18 2006/07/24 04:45:23 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 |