diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-18 02:28:44 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-18 02:28:44 +0000 |
| commit | 70eb03ad50e1a71fd64c8cb1ebabbff311850553 (patch) | |
| tree | 0cef2e44f7e97c0d00281df8746e7fb7f2c15f5f /src/frame.hh | |
| parent | 6bf858e4f4fc19914a36d51546278e6464ec00e0 (diff) | |
add an OBBackgroundWidget and use it for setting colors so far.
Diffstat (limited to 'src/frame.hh')
| -rw-r--r-- | src/frame.hh | 7 |
1 files changed, 4 insertions, 3 deletions
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; |
