summaryrefslogtreecommitdiff
path: root/src/frame.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-23 00:14:44 +0000
committerDana Jansens <danakj@orodu.net>2003-01-23 00:14:44 +0000
commitdd6f90684899e8e26e653af4b2e7e7eab1abf798 (patch)
tree6abc26138d2e929dc05cad1435ec02664eb4c988 /src/frame.hh
parent17d63184998b747e1a0554dc4364a36238b039e1 (diff)
compiles with the new render subsystem...
Diffstat (limited to 'src/frame.hh')
-rw-r--r--src/frame.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/frame.hh b/src/frame.hh
index 3937afc2..35c884fa 100644
--- a/src/frame.hh
+++ b/src/frame.hh
@@ -16,7 +16,7 @@ extern "C" {
#include "otk/strut.hh"
#include "otk/rect.hh"
#include "otk/screeninfo.hh"
-#include "otk/style.hh"
+#include "otk/renderstyle.hh"
#include "otk/widget.hh"
#include "otk/ustring.hh"
@@ -71,7 +71,7 @@ public:
@param client The client window which will be decorated by the new Frame
@param style The style to use to decorate the frame
*/
- Frame(Client *client, otk::Style *style);
+ Frame(Client *client, otk::RenderStyle *style);
//! Destroys the Frame object
virtual ~Frame();
@@ -79,7 +79,7 @@ public:
const otk::Strut& size() const { return _size; }
//! Set the style to decorate the frame with
- virtual void setStyle(otk::Style *style);
+ virtual void setStyle(otk::RenderStyle *style);
//! Empty overridden method to prevent automatic alignment of children
virtual void adjust();