]> icculus.org git repositories - dana/obconf.git/blob - src/preview.h
add theme previews! yay syscrash!
[dana/obconf.git] / src / preview.h
1 #ifndef obconf__preview_h
2 #define obconf__preview_h
3
4 #include <glib.h>
5
6 #include <openbox/font.h>
7 #include <gdk/gdkpixbuf.h>
8
9 GdkPixbuf *preview_theme(gchar *name, gchar *titlelayout,
10                          RrFont *active_window_font,
11                          RrFont *inactive_window_font,
12                          RrFont *menu_title_font,
13                          RrFont *menu_item_font,
14                          RrFont *osd_font);
15
16 #endif