diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-19 19:28:11 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-19 19:28:11 +0000 |
| commit | feaf3ac4e5847d27e3747b09e7443915afa97b0b (patch) | |
| tree | 6548af5ed3f15b15b2d3e4a66a2b9795b0a4e18b /src/frame.cc | |
| parent | 1dac42d9ed074bcd44f9d1016b0971ae473cc2eb (diff) | |
time to refactor shit hard
Diffstat (limited to 'src/frame.cc')
| -rw-r--r-- | src/frame.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/frame.cc b/src/frame.cc index 94384b3d..4e77d106 100644 --- a/src/frame.cc +++ b/src/frame.cc @@ -9,6 +9,7 @@ extern "C" { } #include "frame.hh" +#include "config.hh" #include "openbox.hh" #include "otk/display.hh" #include "otk/surface.hh" @@ -99,7 +100,8 @@ Frame::Frame(Client *client) applyStyle(*otk::RenderStyle::style(_client->screen())); - _layout = openbox->screen(_client->screen())->config().titlebar_layout; + _layout = "ITMC"; + python_get_string("titlebar_layout", &_layout); // register all of the windows with the event dispatcher Window *w = allWindows(); |
