summaryrefslogtreecommitdiff
path: root/src/frame.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-04 05:18:33 +0000
committerDana Jansens <danakj@orodu.net>2003-01-04 05:18:33 +0000
commitbf404e092be46801b1a78f9a71e10d0d00b75894 (patch)
tree5beb02abff23d8cc1e019206d5f7d2ade7f8fc08 /src/frame.hh
parente3b50c2d137ba194073dc062edf73e79c18b7fe8 (diff)
make the frame window override-redirect
Diffstat (limited to 'src/frame.hh')
-rw-r--r--src/frame.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.hh b/src/frame.hh
index e7a55237..44153d46 100644
--- a/src/frame.hh
+++ b/src/frame.hh
@@ -34,7 +34,7 @@ public:
//! The event mask to grab on frame windows
static const long event_mask = EnterWindowMask | LeaveWindowMask;
-
+
private:
OBClient *_client;
const otk::ScreenInfo *_screen;