summaryrefslogtreecommitdiff
path: root/render/theme.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-06-28 16:52:17 +0000
committerDana Jansens <danakj@orodu.net>2003-06-28 16:52:17 +0000
commit527af7664ae257dfe9fc72ea4e4201f59f082f87 (patch)
tree5570ba8546a04779b1519a1768843fe21f6cc287 /render/theme.h
parent68a2b6a85f25dec3102d7cf9f6fbac0632ec6df7 (diff)
add the themes path to the struct. make the name never include a path
Diffstat (limited to 'render/theme.h')
-rw-r--r--render/theme.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/theme.h b/render/theme.h
index b696d9e4..518c7e72 100644
--- a/render/theme.h
+++ b/render/theme.h
@@ -6,6 +6,7 @@
typedef struct _RrTheme RrTheme;
struct _RrTheme {
+ gchar *path;
gchar *name;
const RrInstance *inst;