From: Dana Jansens Date: Sat, 28 Jun 2003 16:52:17 +0000 (+0000) Subject: add the themes path to the struct. make the name never include a path X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=527af7664ae257dfe9fc72ea4e4201f59f082f87;p=chaz%2Fopenbox add the themes path to the struct. make the name never include a path --- 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;