summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXInt.h
diff options
context:
space:
mode:
authorwolfsuit <wolfsuit>2005-03-12 00:28:09 (GMT)
committerwolfsuit <wolfsuit>2005-03-12 00:28:09 (GMT)
commit6bdfe421432c25e3f3791dd7e50b1bfd71417da8 (patch)
treebccaa24f463d9c12da05e83b0f75c2974f629000 /macosx/tkMacOSXInt.h
parentccd080b1015a8d3a491f01057242a650fd14c971 (diff)
downloadtk-6bdfe421432c25e3f3791dd7e50b1bfd71417da8.zip
tk-6bdfe421432c25e3f3791dd7e50b1bfd71417da8.tar.gz
tk-6bdfe421432c25e3f3791dd7e50b1bfd71417da8.tar.bz2
Fix for 1124237.
Diffstat (limited to 'macosx/tkMacOSXInt.h')
-rw-r--r--macosx/tkMacOSXInt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/tkMacOSXInt.h b/macosx/tkMacOSXInt.h
index 978f12a..395ccbc 100644
--- a/macosx/tkMacOSXInt.h
+++ b/macosx/tkMacOSXInt.h
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMacOSXInt.h,v 1.5 2004/11/11 01:24:32 das Exp $
+ * RCS: @(#) $Id: tkMacOSXInt.h,v 1.6 2005/03/12 00:28:09 wolfsuit Exp $
*/
#ifndef _TKMACINT
@@ -154,6 +154,7 @@ extern int TkMacOSXUseAntialiasedText(Tcl_Interp *interp, int enable);
extern void TkMacOSXInitCarbonEvents (Tcl_Interp *interp);
extern int TkMacOSXInitCGDrawing(Tcl_Interp *interp, int enable, int antiAlias);
extern void TkMacOSXDefaultStartupScript(void);
+extern int TkMacOSXGenerateFocusEvent( Window window, int activeFlag);
#include "tkIntPlatDecls.h"