all repos — openbox @ c920b4769ef294d9421dc0220692b6b23c7a20e5

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