summaryrefslogtreecommitdiffstats
path: root/win/tkWinInt.h
diff options
context:
space:
mode:
authorredman <redman@noemail.net>1999-03-10 19:29:23 (GMT)
committerredman <redman@noemail.net>1999-03-10 19:29:23 (GMT)
commit4aa2956edf62dc6f8db7854353fbcb191dd61fa2 (patch)
tree3d1fd36e76f149caa4d65870b7aa310f6864d4a9 /win/tkWinInt.h
parentff3101451c8bde9cd35538c8cb55f315848a6919 (diff)
downloadtk-4aa2956edf62dc6f8db7854353fbcb191dd61fa2.zip
tk-4aa2956edf62dc6f8db7854353fbcb191dd61fa2.tar.gz
tk-4aa2956edf62dc6f8db7854353fbcb191dd61fa2.tar.bz2
Backported "focus -force" patch from 8.1.
FossilOrigin-Name: ab02cc0aa4e2a2cadf2b5537fca8c1a670d5da78
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 b1ab878..816e483 100644
--- a/win/tkWinInt.h
+++ b/win/tkWinInt.h
@@ -10,7 +10,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.4 1999/03/10 07:04:46 stanton Exp $
+ * RCS: @(#) $Id: tkWinInt.h,v 1.5 1999/03/10 19:29:24 redman Exp $
*/
#ifndef _TKWININT
@@ -148,6 +148,7 @@ extern int tkpWinRopModes[];
#include "tkIntPlatDecls.h"
+extern void TkWinSetForegroundWindow(TkWindow *winPtr);
extern LRESULT CALLBACK TkWinChildProc (HWND hwnd, UINT message,
WPARAM wParam, LPARAM lParam);