diff options
author | chengyemao <chengyemao> | 2005-01-09 18:28:05 (GMT) |
---|---|---|
committer | chengyemao <chengyemao> | 2005-01-09 18:28:05 (GMT) |
commit | a2455a5686d0db82e6d05203f8048152c7e7193f (patch) | |
tree | 1bb1ddf055844df628ee13afe56678577b189eee /win/tkWinInt.h | |
parent | cba943c4319df81bcd561b2e6f6ec5e445d8dd11 (diff) | |
download | tk-a2455a5686d0db82e6d05203f8048152c7e7193f.zip tk-a2455a5686d0db82e6d05203f8048152c7e7193f.tar.gz tk-a2455a5686d0db82e6d05203f8048152c7e7193f.tar.bz2 |
Changed to make platform implementation ready for a toplevel -use option; completed a full toplevel -use option configuration for Windows
Diffstat (limited to 'win/tkWinInt.h')
-rw-r--r-- | win/tkWinInt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tkWinInt.h b/win/tkWinInt.h index ed3b324..02009ef 100644 --- a/win/tkWinInt.h +++ b/win/tkWinInt.h @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWinInt.h,v 1.21 2004/12/20 15:30:43 chengyemao Exp $ + * RCS: @(#) $Id: tkWinInt.h,v 1.22 2005/01/09 18:28:06 chengyemao Exp $ */ #ifndef _TKWININT @@ -230,6 +230,6 @@ void TkpWinToplevelDeiconify _ANSI_ARGS_((TkWindow *winPtr)); long TkpWinToplevelIsControlledByWm _ANSI_ARGS_((TkWindow *winPtr)); long TkpWinToplevelMove _ANSI_ARGS_((TkWindow *winPtr, int x, int y)); long TkpWinToplevelOverrideRedirect _ANSI_ARGS_((TkWindow *winPtr, int reqValue)); - +void TkpWinToplevelDetachWindow _ANSI_ARGS_((TkWindow *winPtr)); #endif /* _TKWININT */ |