summaryrefslogtreecommitdiffstats
path: root/win/tkWinInt.h
diff options
context:
space:
mode:
authorchengyemao <chengyemao@noemail.net>2005-01-09 18:28:04 (GMT)
committerchengyemao <chengyemao@noemail.net>2005-01-09 18:28:04 (GMT)
commitb76d97af73dba61ccb567ba8c2236acb29a1f0df (patch)
tree1bb1ddf055844df628ee13afe56678577b189eee /win/tkWinInt.h
parent960c19f7efba95514a8240467e7d7a0e9e84e17a (diff)
downloadtk-b76d97af73dba61ccb567ba8c2236acb29a1f0df.zip
tk-b76d97af73dba61ccb567ba8c2236acb29a1f0df.tar.gz
tk-b76d97af73dba61ccb567ba8c2236acb29a1f0df.tar.bz2
Changed to make platform implementation ready for a toplevel -use option; completed a full toplevel -use option configuration for Windows
FossilOrigin-Name: aa3768b5aa2fc7a6c8567359f6d1fc392f775239
Diffstat (limited to 'win/tkWinInt.h')
-rw-r--r--win/tkWinInt.h4
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 */