diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-11 11:33:32 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-11 11:33:32 +0000 |
| commit | 0da967a8313bad4a9dbcca9b5c760bda32b7981f (patch) | |
| tree | 86c319838b8e31df8de9cca2182b4c2a80f1d573 /src/screen.hh | |
| parent | c4a1fac49da32250dc4567880b385feb7feaa908 (diff) | |
remove the redundant _size property in OBScreen, and set the geometry root property properly.
add otk::Point::setPoint
Diffstat (limited to 'src/screen.hh')
| -rw-r--r-- | src/screen.hh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/screen.hh b/src/screen.hh index 8d7bc6b0..d047d0c2 100644 --- a/src/screen.hh +++ b/src/screen.hh @@ -13,7 +13,6 @@ extern "C" { #include "otk/image.hh" #include "otk/strut.hh" #include "otk/rect.hh" -#include "otk/point.hh" #include "otk/style.hh" #include "otk/configuration.hh" // TEMPORARY @@ -61,9 +60,6 @@ private: //! Is the root colormap currently installed? bool _root_cmap_installed; - //! The dimentions of the screen - otk::Point _size; - //! All managed clients on the screen ClientList _clients; @@ -107,8 +103,6 @@ public: inline bool managed() const { return _managed; } //! Returns the Image Control used for rendering on the screen inline otk::BImageControl *imageControl() { return _image_control; } - //! Returns the dimentions of the screen - inline const otk::Point &size() const { return _size; } //! Returns the area of the screen not reserved by applications' Struts inline const otk::Rect &area() const { return _area; } //! Returns the style in use on the screen |
