diff options
author | das <das> | 2006-10-31 13:56:58 (GMT) |
---|---|---|
committer | das <das> | 2006-10-31 13:56:58 (GMT) |
commit | e34deb0d94616657c46d94284fa5f773f2c02f77 (patch) | |
tree | a42b42ce61d35763dbcc140b6d85c1cbe8d8e7d1 /macosx/ttkMacOSXTheme.c | |
parent | 397a2c9832bf618f26be267501cf49ab06a562ec (diff) | |
download | tk-e34deb0d94616657c46d94284fa5f773f2c02f77.zip tk-e34deb0d94616657c46d94284fa5f773f2c02f77.tar.gz tk-e34deb0d94616657c46d94284fa5f773f2c02f77.tar.bz2 |
* macosx/Wish.xcodeproj/project.pbxproj: add new Ttk files.
* macosx/ttkMacOSXTheme.c: standardize header #includes.
* unix/Makefile (checkstubs, checkexports): check ttk.decls, allow
export of Ttk prefixed symbols.
* generic/ttk/tkDefaultTheme.c: fix warnings.
Diffstat (limited to 'macosx/ttkMacOSXTheme.c')
-rw-r--r-- | macosx/ttkMacOSXTheme.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/macosx/ttkMacOSXTheme.c b/macosx/ttkMacOSXTheme.c index ca10aa9..186565f 100644 --- a/macosx/ttkMacOSXTheme.c +++ b/macosx/ttkMacOSXTheme.c @@ -1,5 +1,5 @@ /* - * $Id: ttkMacOSXTheme.c,v 1.1 2006/10/31 01:42:27 hobbs Exp $ + * $Id: ttkMacOSXTheme.c,v 1.2 2006/10/31 13:56:58 das Exp $ * * Tk theme engine for Mac OSX, using the Appearance Manager API. * @@ -28,8 +28,7 @@ * we don't need to account for this. */ -#include <Carbon/Carbon.h> -#include <tkMacOSXInt.h> +#include "tkMacOSXInt.h" #include "ttk/ttkTheme.h" /*---------------------------------------------------------------------- |