summaryrefslogtreecommitdiffstats
path: root/win/tkWinInt.h
diff options
context:
space:
mode:
authorchengyemao <chengyemao>2004-12-20 15:30:43 (GMT)
committerchengyemao <chengyemao>2004-12-20 15:30:43 (GMT)
commitc2085b76d7ca3b2537ab4e6296358e098fb06aca (patch)
tree4b4a7c0351384006b47bbb3fbad4b3edd6afcc31 /win/tkWinInt.h
parent305b4b22eef2f33fc2f65c97556123af3efdde37 (diff)
downloadtk-c2085b76d7ca3b2537ab4e6296358e098fb06aca.zip
tk-c2085b76d7ca3b2537ab4e6296358e098fb06aca.tar.gz
tk-c2085b76d7ca3b2537ab4e6296358e098fb06aca.tar.bz2
implemented overrideredirect for an embedded; corrected incorrect frame upper left x and y of an embedded toplevel
Diffstat (limited to 'win/tkWinInt.h')
-rw-r--r--win/tkWinInt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/win/tkWinInt.h b/win/tkWinInt.h
index a8ac9bd..ed3b324 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.20 2004/12/20 01:13:12 chengyemao Exp $
+ * RCS: @(#) $Id: tkWinInt.h,v 1.21 2004/12/20 15:30:43 chengyemao Exp $
*/
#ifndef _TKWININT
@@ -229,6 +229,7 @@ void TkpWinToplevelIconify _ANSI_ARGS_((TkWindow *winPtr));
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));
#endif /* _TKWININT */