From: Dana Jansens Date: Mon, 29 Apr 2002 20:29:10 +0000 (+0000) Subject: fixed col placement X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=22f8550d4508773fdcd97cfd96ce708550eef9d8;p=chaz%2Fopenbox fixed col placement --- diff --git a/src/Workspace.cc b/src/Workspace.cc index ac655d15..38581d5a 100644 --- a/src/Workspace.cc +++ b/src/Workspace.cc @@ -399,13 +399,13 @@ bool rowLRTB(const Rect &first, const Rect &second){ bool colLRTB(const Rect &first, const Rect &second){ if (first.x()==second.x()) return first.y()second.y()+second.h(); - return first.x()