From bbd93b6c07321264fc42796ac148cb4e132a4cea Mon Sep 17 00:00:00 2001 From: fluxgen Date: Wed, 25 Jun 2003 06:02:15 +0000 Subject: minor workspace fix --- src/Window.cc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Window.cc b/src/Window.cc index c280dc8..2cecd25 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Window.cc,v 1.196 2003/06/24 14:57:05 fluxgen Exp $ +// $Id: Window.cc,v 1.197 2003/06/25 06:02:15 fluxgen Exp $ #include "Window.hh" @@ -380,7 +380,7 @@ void FluxboxWindow::init() { // display connection display = FbTk::App::instance()->display(); - m_blackbox_attrib.workspace = m_workspace_number = 0; + m_blackbox_attrib.workspace = m_workspace_number = ~0; m_blackbox_attrib.flags = m_blackbox_attrib.attrib = m_blackbox_attrib.stack = 0; m_blackbox_attrib.premax_x = m_blackbox_attrib.premax_y = 0; @@ -2782,8 +2782,6 @@ void FluxboxWindow::doSnapping(int &orig_left, int &orig_top) { /* * Snap to screen/head edges * Snap to windows - * Snap to toolbar - * Snap to slit */ if (screen().getEdgeSnapThreshold() == 0) return; -- cgit v0.11.2