diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2007-02-04 00:10:54 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2007-02-04 00:10:54 (GMT) |
commit | 564a18890f8852cc78182cfec2cabfb6cb61b2e7 (patch) | |
tree | a7200b20603fda137b889e26b614b01d8df86d05 /win/ttkWinXPTheme.c | |
parent | a74254940bbc0421f26970bcd3a16b660ae0527e (diff) | |
download | tk-564a18890f8852cc78182cfec2cabfb6cb61b2e7.zip tk-564a18890f8852cc78182cfec2cabfb6cb61b2e7.tar.gz tk-564a18890f8852cc78182cfec2cabfb6cb61b2e7.tar.bz2 |
see log
Diffstat (limited to 'win/ttkWinXPTheme.c')
-rw-r--r-- | win/ttkWinXPTheme.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/ttkWinXPTheme.c b/win/ttkWinXPTheme.c index 5dbf553..b166f1e 100644 --- a/win/ttkWinXPTheme.c +++ b/win/ttkWinXPTheme.c @@ -1,5 +1,5 @@ /* - * $Id: ttkWinXPTheme.c,v 1.7 2007/02/02 10:58:35 patthoyts Exp $ + * $Id: ttkWinXPTheme.c,v 1.8 2007/02/04 00:10:55 mistachkin Exp $ * * Tk theme engine which uses the Windows XP "Visual Styles" API * Adapted from Georgios Petasis' XP theme patch. @@ -21,7 +21,7 @@ /* Stub for platforms that lack the XP theme API headers: */ #include <windows.h> #include <tcl.h> -int XPTheme_Init(Tcl_Interp *interp, HWND hwnd) { return TCL_OK; } +int TtkXPTheme_Init(Tcl_Interp *interp, HWND hwnd) { return TCL_OK; } #else #define WINVER 0x0501 /* Requires Windows XP APIs */ |