From 70eb03ad50e1a71fd64c8cb1ebabbff311850553 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 18 Dec 2002 02:28:44 +0000 Subject: add an OBBackgroundWidget and use it for setting colors so far. --- src/frame.hh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/frame.hh') diff --git a/src/frame.hh b/src/frame.hh index 7248c71f..450c8670 100644 --- a/src/frame.hh +++ b/src/frame.hh @@ -10,6 +10,7 @@ extern "C" { } #include "client.hh" +#include "backgroundwidget.hh" #include "otk/strut.hh" #include "otk/rect.hh" #include "otk/screeninfo.hh" @@ -49,14 +50,14 @@ private: otk::Strut _innersize; // decoration windows - otk::OtkFocusWidget _plate; // sits entirely under the client window - otk::OtkFocusWidget _titlebar; + OBBackgroundWidget _plate; // sits entirely under the client window + OBBackgroundWidget _titlebar; otk::OtkButton _button_close; otk::OtkButton _button_iconify; otk::OtkButton _button_max; otk::OtkButton _button_stick; otk::OtkFocusLabel _label; - otk::OtkFocusWidget _handle; + OBBackgroundWidget _handle; otk::OtkButton _grip_left; otk::OtkButton _grip_right; -- cgit v1.2.3