diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-08-27 06:15:45 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-08-27 06:15:45 (GMT) |
commit | 65e5e8caee2f25cf407f0ca73751bd1118f84d02 (patch) | |
tree | 9a2f7710798fead6c0b1ea991ea08aed01fd2c2b /macosx/tkMacOSXSubwindows.c | |
parent | 5d0b340749ee84c407fde84ba7b4daba94f6502c (diff) | |
download | tk-65e5e8caee2f25cf407f0ca73751bd1118f84d02.zip tk-65e5e8caee2f25cf407f0ca73751bd1118f84d02.tar.gz tk-65e5e8caee2f25cf407f0ca73751bd1118f84d02.tar.bz2 |
Eliminate type casts to (TKContentView *)
Diffstat (limited to 'macosx/tkMacOSXSubwindows.c')
-rw-r--r-- | macosx/tkMacOSXSubwindows.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/tkMacOSXSubwindows.c b/macosx/tkMacOSXSubwindows.c index 811608f..baea821 100644 --- a/macosx/tkMacOSXSubwindows.c +++ b/macosx/tkMacOSXSubwindows.c @@ -1142,15 +1142,15 @@ TkMacOSXGetDrawablePort( /* *---------------------------------------------------------------------- * - * TkMacOSXDrawableView -- + * TkMacOSXDrawableView/TkMacOSXGetRootControl -- * * The function name TkMacOSXGetRootControl is being preserved only * because it exists in a stubs table. Nobody knows what it means to * get a "RootControl". The macro TkMacOSXDrawableView calls this * function and should always be used rather than directly using the * obscure official name of this function. - * - * It returns the NSView for a given X drawable in the case that the + * + * It returns the TkContentView for a given X drawable in the case that the * drawable is a window. If the drawable is a pixmap it returns nil. * * Results: |