diff options
author | jenglish <jenglish@flightlab.com> | 2006-11-24 18:04:14 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2006-11-24 18:04:14 (GMT) |
commit | a3220fdf64e35fe118d44af78a8d9582b416fbd7 (patch) | |
tree | 5b155465341298f1a6a698db16a5c8cd767801a4 /generic/tkEvent.c | |
parent | 1f9a3b07076ff41b7ee08baa31e992abc40687cc (diff) | |
download | tk-a3220fdf64e35fe118d44af78a8d9582b416fbd7.zip tk-a3220fdf64e35fe118d44af78a8d9582b416fbd7.tar.gz tk-a3220fdf64e35fe118d44af78a8d9582b416fbd7.tar.bz2 |
* library/ttk/altTheme.tcl, library/ttk/clamTheme.tcl,
library/ttk/defaults.tcl, library/ttk/winTheme.tcl,
library/ttk/xpTheme.tcl: explicitly specify -anchor w on TMenubutton
* tests/ttk/entry.test: Fixed font dependency; test entry-3.2
should work on all platforms now.
* library/classicTheme.tcl: Don't define or use TkClassicDefaultFont.
* generic/ttk/ttkTreeview.c, generic/ttk/ttkPanedwindow.c:
Handle missing layouts.
Diffstat (limited to 'generic/tkEvent.c')
-rw-r--r-- | generic/tkEvent.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/tkEvent.c b/generic/tkEvent.c index 91a286e..fda8ac9 100644 --- a/generic/tkEvent.c +++ b/generic/tkEvent.c @@ -12,12 +12,10 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkEvent.c,v 1.33 2006/02/03 22:40:34 dkf Exp $ + * RCS: @(#) $Id: tkEvent.c,v 1.34 2006/11/24 18:04:14 jenglish Exp $ */ -#include "tkPort.h" #include "tkInt.h" -#include <signal.h> /* * There's a potential problem if a handler is deleted while it's current |