summaryrefslogtreecommitdiffstats
path: root/generic/ttk/ttkManager.h
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2006-11-03 15:42:42 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2006-11-03 15:42:42 (GMT)
commita8bab9eb1e04cd0aaacb9b37f55133b44e1b4052 (patch)
tree6317fe21d1080ecc06b6076d4f66c7e40c1a9c0e /generic/ttk/ttkManager.h
parentb1d837cc1a4b0654ab78b3380989e5539c654bb5 (diff)
downloadtk-a8bab9eb1e04cd0aaacb9b37f55133b44e1b4052.zip
tk-a8bab9eb1e04cd0aaacb9b37f55133b44e1b4052.tar.gz
tk-a8bab9eb1e04cd0aaacb9b37f55133b44e1b4052.tar.bz2
We do not want to require tkInt in all the ttk files so added the
definition of MODULE_SCOPE to ttkTheme.h Ensure everyone gets to see the definition from someplace.
Diffstat (limited to 'generic/ttk/ttkManager.h')
-rw-r--r--generic/ttk/ttkManager.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/ttk/ttkManager.h b/generic/ttk/ttkManager.h
index 0e22ce0..bf057c3 100644
--- a/generic/ttk/ttkManager.h
+++ b/generic/ttk/ttkManager.h
@@ -1,4 +1,4 @@
-/* $Id: ttkManager.h,v 1.2 2006/11/03 03:06:22 das Exp $
+/* $Id: ttkManager.h,v 1.3 2006/11/03 15:42:42 patthoyts Exp $
*
* Copyright (c) 2005, Joe English. Freely redistributable.
*
@@ -10,6 +10,8 @@
#ifndef _TTKMANAGER
#define _TTKMANAGER
+#include "ttkTheme.h"
+
typedef struct TtkManager_ Ttk_Manager; /* forward */
typedef struct TtkSlave_ Ttk_Slave; /* forward */