all repos — openbox @ dd6f90684899e8e26e653af4b2e7e7eab1abf798

openbox fork - make it a bit more like ryudo

otk/otk.hh (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
#ifndef __otk_hh
#define __otk_hh

#include "../config.h"

#include "eventdispatcher.hh"
#include "eventhandler.hh"
#include "widget.hh"
#include "focuswidget.hh"
#include "focuslabel.hh"
#include "appwidget.hh"
#include "application.hh"
#include "assassin.hh"
#include "button.hh"
#include "rendercolor.hh"
#include "configuration.hh"
#include "display.hh"
#include "font.hh"
//#include "gccache.hh"
#include "rendercontrol.hh"
#include "label.hh"
#include "point.hh"
#include "property.hh"
#include "rect.hh"
#include "screeninfo.hh"
#include "strut.hh"
#include "renderstyle.hh"
#include "surface.hh"
#include "rendertexture.hh"
#include "timer.hh"
#include "util.hh"
#include "ustring.hh"
#include "widget.hh"

#endif // __otk_hh