summaryrefslogtreecommitdiffstats
path: root/macosx/ttkMacOSXTheme.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-10-23 08:52:05 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-10-23 08:52:05 (GMT)
commit2da8c8ef3be8a1ac136a7fda7f4d53a21e36cc62 (patch)
tree3acdd29ee57643ab022569f14b066e1359056863 /macosx/ttkMacOSXTheme.c
parentc38626d1adc195c2d87e1d6c16fa61ab473683a5 (diff)
downloadtk-2da8c8ef3be8a1ac136a7fda7f4d53a21e36cc62.zip
tk-2da8c8ef3be8a1ac136a7fda7f4d53a21e36cc62.tar.gz
tk-2da8c8ef3be8a1ac136a7fda7f4d53a21e36cc62.tar.bz2
remove RCS keywords, use mode: objc consistantly
Diffstat (limited to 'macosx/ttkMacOSXTheme.c')
-rw-r--r--macosx/ttkMacOSXTheme.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/macosx/ttkMacOSXTheme.c b/macosx/ttkMacOSXTheme.c
index 80f00f7..5752fb1 100644
--- a/macosx/ttkMacOSXTheme.c
+++ b/macosx/ttkMacOSXTheme.c
@@ -7,7 +7,7 @@
* Copyright (c) 2005 Neil Madden
* Copyright (c) 2006-2009 Daniel A. Steffen <das@users.sourceforge.net>
* Copyright 2008-2009, Apple Inc.
- * Copyright 2009 Kevin Walzer/WordTech Communications LLC.
+ * Copyright 2009 Kevin Walzer/WordTech Communications LLC.
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
@@ -28,8 +28,6 @@
* The QuickDraw/Carbon coordinate system is relative to the
* top-level window, not to the Tk_Window. BoxToRect()
* accounts for this.
- *
- * RCS: @(#) $Id$
*/
#include "tkMacOSXPrivate.h"
@@ -318,7 +316,7 @@ static void TabElementDraw(
.size = kHIThemeTabSizeNormal,
.adornment = Ttk_StateTableLookup(TabAdornmentTable, state),
.kind = kHIThemeTabKindNormal,
- .position = Ttk_StateTableLookup(TabPositionTable, state),
+ .position = Ttk_StateTableLookup(TabPositionTable, state),
};
bounds.size.height += TAB_OVERLAP;
@@ -1196,7 +1194,7 @@ int Ttk_MacOSXPlatformInit(Tcl_Interp *interp)
/*
* Local Variables:
- * mode: c
+ * mode: objc
* c-basic-offset: 4
* fill-column: 79
* coding: utf-8