]> icculus.org git repositories - mikachu/openbox.git/blob - tools/obconf/obconf.h
check for oldschool fonts
[mikachu/openbox.git] / tools / obconf / obconf.h
1 #ifndef __obconf_h
2 #define __obconf_h
3
4 #include <gtk/gtk.h>
5
6 extern GtkWindow *obconf_win;
7 extern GtkWindow *obconf_about;
8 extern GtkTreeView *obconf_sections;
9 extern GtkListStore *obconf_sections_store;
10 extern GtkNotebook *obconf_options;
11
12 #endif