all repos — fluxbox @ 708151803071d81487da8df6ae0fa2eaa46de1e2

custom fork of the fluxbox windowmanager

function name changed in slit
fluxgen fluxgen
commit

708151803071d81487da8df6ae0fa2eaa46de1e2

parent

b76f3ce744a1783b80bc08e861c06b66a8a44ff7

1 files changed, 5 insertions(+), 5 deletions(-)

jump to
M src/Workspace.ccsrc/Workspace.cc

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Workspace.cc,v 1.21 2002/06/02 22:57:52 fluxgen Exp $ +// $Id: Workspace.cc,v 1.22 2002/08/04 15:37:37 fluxgen Exp $ // use GNU extensions #ifndef _GNU_SOURCE

@@ -390,10 +390,10 @@ void Workspace::placeWindow(FluxboxWindow *win) {

Bool placed = False; int borderWidth4x = screen->getBorderWidth2x() * 2, #ifdef SLIT - slit_x = screen->getSlit()->getX() - screen->getBorderWidth(), - slit_y = screen->getSlit()->getY() - screen->getBorderWidth(), - slit_w = screen->getSlit()->getWidth() + borderWidth4x, - slit_h = screen->getSlit()->getHeight() + borderWidth4x, + slit_x = screen->getSlit()->x() - screen->getBorderWidth(), + slit_y = screen->getSlit()->y() - screen->getBorderWidth(), + slit_w = screen->getSlit()->width() + borderWidth4x, + slit_h = screen->getSlit()->height() + borderWidth4x, #endif // SLIT toolbar_x = screen->getToolbar()->getX() - screen->getBorderWidth(), toolbar_y = screen->getToolbar()->getY() - screen->getBorderWidth(),