summaryrefslogtreecommitdiff
path: root/src/frame.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-11-11 11:25:40 +0000
committerDana Jansens <danakj@orodu.net>2002-11-11 11:25:40 +0000
commitc4a1fac49da32250dc4567880b385feb7feaa908 (patch)
treecd0d1358e70e3bc5db442e30adff3c37ef222403 /src/frame.hh
parent24dd636f7318b0d21637aa7ffe253fe0ebf71f24 (diff)
manages windows that exist before running.
Diffstat (limited to 'src/frame.hh')
-rw-r--r--src/frame.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frame.hh b/src/frame.hh
index f1632981..0c3a93f2 100644
--- a/src/frame.hh
+++ b/src/frame.hh
@@ -24,7 +24,7 @@ namespace ob {
*/
class OBFrame {
private:
- const OBClient *_client;
+ OBClient *_client;
const otk::ScreenInfo *_screen;
//! The style to use for size and display the decorations
@@ -89,7 +89,7 @@ public:
@param client The client window which will be decorated by the new OBFrame
@param style The style to use to decorate the frame
*/
- OBFrame(const OBClient *client, const otk::Style *style);
+ OBFrame(OBClient *client, const otk::Style *style);
//! Destroys the OBFrame object
virtual ~OBFrame();