From b35dae95a5cdb902f1661b9572af47c3f55c975c Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 3 Jan 2003 02:48:25 +0000 Subject: new mouse button code is seeming to work. you can move windows --- src/openbox.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/openbox.cc') 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(); -- cgit v1.2.3