add the themes path to the struct. make the name never include a path
authorDana Jansens <danakj@orodu.net>
Sat, 28 Jun 2003 16:52:17 +0000 (16:52 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 28 Jun 2003 16:52:17 +0000 (16:52 +0000)
render/theme.h

index b696d9e..518c7e7 100644 (file)
@@ -6,6 +6,7 @@
 typedef struct _RrTheme RrTheme;
 
 struct _RrTheme {
+    gchar *path;
     gchar *name;
 
     const RrInstance *inst;