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-Tag: openbox-3_0-rc1-RELEASE~908 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=527af7664ae257dfe9fc72ea4e4201f59f082f87;p=dana%2Fopenbox.git 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;