summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXCarbonEvents.c
diff options
context:
space:
mode:
authordas <das>2005-12-01 02:15:46 (GMT)
committerdas <das>2005-12-01 02:15:46 (GMT)
commite8ced77901dfa56aed25b78d13d4d700fe229b01 (patch)
tree5deb698882d7d1c836ca7773d25d46f34aa7e5e0 /macosx/tkMacOSXCarbonEvents.c
parent3b97d2470329d86a677341a8fbbff24920fa47c5 (diff)
downloadtk-e8ced77901dfa56aed25b78d13d4d700fe229b01.zip
tk-e8ced77901dfa56aed25b78d13d4d700fe229b01.tar.gz
tk-e8ced77901dfa56aed25b78d13d4d700fe229b01.tar.bz2
* unix/tcl.m4 (Darwin): fixed error when MACOSX_DEPLOYMENT_TARGET unset.
* unix/configure: regen. * macosx/tkMacOSXCarbonEvents.c (TkMacOSXInitCarbonEvents): added newly registered kEventAppAvailableWindowBoundsChanged to debugging code.
Diffstat (limited to 'macosx/tkMacOSXCarbonEvents.c')
-rw-r--r--macosx/tkMacOSXCarbonEvents.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/tkMacOSXCarbonEvents.c b/macosx/tkMacOSXCarbonEvents.c
index 196002a..fbab4a8 100644
--- a/macosx/tkMacOSXCarbonEvents.c
+++ b/macosx/tkMacOSXCarbonEvents.c
@@ -60,7 +60,7 @@
* software in accordance with the terms specified in this
* license.
*
- * RCS: @(#) $Id: tkMacOSXCarbonEvents.c,v 1.3.2.6 2005/11/30 01:02:55 hobbs Exp $
+ * RCS: @(#) $Id: tkMacOSXCarbonEvents.c,v 1.3.2.7 2005/12/01 02:15:46 das Exp $
*/
#include "tkInt.h"
@@ -248,6 +248,7 @@ TkMacOSXInitCarbonEvents (
_TraceEventByName(CFSTR("kEventWindowExpanded"));
_TraceEventByName(CFSTR("kEventAppHidden"));
_TraceEventByName(CFSTR("kEventAppShown"));
+ _TraceEventByName(CFSTR("kEventAppAvailableWindowBoundsChanged"));
}
#endif /* TK_MAC_DEBUG_CARBON_EVENTS */
}