]> Dogcows Code - chaz/openbox/commitdiff
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 b696d9e46882bc9f40f1c931ac08b82e1f8a2038..518c7e724c8df21de3586da4287790b0fa87f34d 100644 (file)
@@ -6,6 +6,7 @@
 typedef struct _RrTheme RrTheme;
 
 struct _RrTheme {
+    gchar *path;
     gchar *name;
 
     const RrInstance *inst;
This page took 0.021313 seconds and 4 git commands to generate.