diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-05 09:13:46 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-05 09:13:46 +0000 |
| commit | c9f36d34a414123cec8ebc35c87b8b9d5673b155 (patch) | |
| tree | 36bfcaafaea855d3b703d57c409c2fd97952b5c3 /src/screen.hh | |
| parent | 68016ac352db39d538f725234a98df7caaa19cc0 (diff) | |
finish conversion to the new otk::OBProperty class with its new interface
Diffstat (limited to 'src/screen.hh')
| -rw-r--r-- | src/screen.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/screen.hh b/src/screen.hh index b00e5fc7..1c09c633 100644 --- a/src/screen.hh +++ b/src/screen.hh @@ -24,13 +24,13 @@ extern "C" { #include "otk/font.hh" #include "otk/texture.hh" #include "otk/image.hh" +#include "otk/property.hh" #include "timer.hh" #include "workspace.hh" #include "blackbox.hh" namespace ob { -class OBAtom; struct Strut; enum TextJustify { LeftJustify = 1, RightJustify, CenterJustify }; @@ -66,7 +66,7 @@ private: Blackbox *blackbox; otk::BImageControl *image_control; Configuration *config; - OBAtom *xatom; + otk::OBProperty *xatom; BlackboxWindowList iconList, windowList; |
