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.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/frame.hh') diff --git a/src/frame.hh b/src/frame.hh index df353c7d..45916a1d 100644 --- a/src/frame.hh +++ b/src/frame.hh @@ -95,7 +95,7 @@ private: otk::Surface *_icon_sur; otk::Surface *_close_sur; - std::string _layout; // layout of the titlebar + otk::ustring _layout; // layout of the titlebar bool _max_press; bool _desk_press; -- cgit v1.2.3