diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-03 02:48:25 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-03 02:48:25 +0000 |
| commit | b35dae95a5cdb902f1661b9572af47c3f55c975c (patch) | |
| tree | 291fca2e8d8528216dc181ff030bdae6d42decb3 /src/openbox.cc | |
| parent | 579ed5aa8d1b33a69476c2182a98ebc30557f096 (diff) | |
new mouse button code is seeming to work. you can move windows
Diffstat (limited to 'src/openbox.cc')
| -rw-r--r-- | src/openbox.cc | 5 |
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(); |
