all repos — openbox @ dcc433926c11186725b86d9db10fdb0159d73942

openbox fork - make it a bit more like ryudo

code style
Dana Jansens danakj@orodu.net
commit

dcc433926c11186725b86d9db10fdb0159d73942

parent

35593123212d6f88e63a9b8a3827e983f27e841d

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

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

@@ -165,7 +165,7 @@ RrAppearance *app_unhilite_label; /* can be parent relative */

}; -RrTheme *RrThemeNew(const RrInstance *inst, gchar *theme); +RrTheme* RrThemeNew(const RrInstance *inst, gchar *theme); void RrThemeFree(RrTheme *theme); #endif