all repos — openbox @ 527af7664ae257dfe9fc72ea4e4201f59f082f87

openbox fork - make it a bit more like ryudo

add the themes path to the struct. make the name never include a path
Dana Jansens danakj@orodu.net
commit

527af7664ae257dfe9fc72ea4e4201f59f082f87

parent

68a2b6a85f25dec3102d7cf9f6fbac0632ec6df7

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M render/theme.hrender/theme.h

@@ -6,6 +6,7 @@

typedef struct _RrTheme RrTheme; struct _RrTheme { + gchar *path; gchar *name; const RrInstance *inst;