remove important functions from main.c
[manmower/obtheme.git] / obtheme.h
index c9aaa51..63c52a6 100644 (file)
--- a/obtheme.h
+++ b/obtheme.h
 
 extern int themedebug;
 
+struct boundrect {
+       double x1, y1, x2, y2;
+};
+
 typedef enum {
        OB_THEME_INV,
        OB_THEME_ADD,
@@ -108,5 +112,7 @@ int obtheme_parse(struct obthemedata *td, const char *filename);
 struct parser_control *parser_init(struct obthemedata *td);
 int obthemeparse(struct parser_control *);
 void parser_finish(struct parser_control *);
+void obtheme_calc_bound(struct theme *thm, char *name, struct boundrect *br);
+void obtheme_decorate_window(struct theme *thm, char *name);
 
 #endif /* __THEME_PARSE_H__ */