summaryrefslogtreecommitdiff
path: root/src/openbox.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-03 02:48:25 +0000
committerDana Jansens <danakj@orodu.net>2003-01-03 02:48:25 +0000
commitb35dae95a5cdb902f1661b9572af47c3f55c975c (patch)
tree291fca2e8d8528216dc181ff030bdae6d42decb3 /src/openbox.cc
parent579ed5aa8d1b33a69476c2182a98ebc30557f096 (diff)
new mouse button code is seeming to work. you can move windows
Diffstat (limited to 'src/openbox.cc')
-rw-r--r--src/openbox.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/openbox.cc b/src/openbox.cc
index 437e5ead..230c749d 100644
--- a/src/openbox.cc
+++ b/src/openbox.cc
@@ -173,11 +173,10 @@ Openbox::~Openbox()
{
_state = State_Exiting; // time to kill everything
- delete _bindings;
- delete _actions;
-
std::for_each(_screens.begin(), _screens.end(), otk::PointerAssassin());
+ delete _bindings;
+ delete _actions;
delete _property;
python_destroy();