From 059bc4dc24b68d637c3608c05344c53c64cc2c4b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 14 Feb 2003 03:04:23 +0000 Subject: add a Config class with config data from the scripts. set up the functions for loading a style from a file. use the Config class throughout instead of reading out of the python namespace all the time. --- src/frame.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/frame.cc') diff --git a/src/frame.cc b/src/frame.cc index c9a83452..edcfdfcd 100644 --- a/src/frame.cc +++ b/src/frame.cc @@ -99,7 +99,7 @@ Frame::Frame(Client *client) applyStyle(*otk::RenderStyle::style(_client->screen())); - _layout = "NDITMC"; + _layout = openbox->screen(_client->screen())->config().titlebar_layout; // register all of the windows with the event dispatcher Window *w = allWindows(); -- cgit v1.2.3