all repos — openbox @ b6e3e1bc7e929200fc2c4bc744be2c1e2b80ecf6

openbox fork - make it a bit more like ryudo

tools/obconf/obconf.h (raw)

1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __obconf_h
#define __obconf_h

#include <gtk/gtk.h>

extern GtkWindow *obconf_win;
extern GtkWindow *obconf_about;
extern GtkTreeView *obconf_sections;
extern GtkListStore *obconf_sections_store;
extern GtkNotebook *obconf_options;

#endif