all repos — fluxbox @ 660b3bddd64ac8463714f037b3e1322f694ccd20

custom fork of the fluxbox windowmanager

const fixes
fluxgen fluxgen
commit

660b3bddd64ac8463714f037b3e1322f694ccd20

parent

d1b45b69c6cd4b446fa1fc989e48b7bc4f5d29b1

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

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

@@ -1,5 +1,5 @@

// Shape.cc -// Copyright (c) 2003 Henrik Kinnunen (fluxgen(at)users.sourceforge.net) +// Copyright (c) 2003-2004 Henrik Kinnunen (fluxgen(at)users.sourceforge.net) // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"),

@@ -19,7 +19,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: Shape.cc,v 1.10 2004/01/21 17:01:27 fluxgen Exp $ +// $Id: Shape.cc,v 1.11 2004/01/21 20:00:33 fluxgen Exp $ #include "Shape.hh"

@@ -41,7 +41,7 @@ using namespace std;

namespace { -FbTk::FbPixmap *createShape(FbTk::FbWindow &win, int place) { +FbTk::FbPixmap *createShape(const FbTk::FbWindow &win, int place) { if (win.window() == 0 || place == 0 || win.width() < 3 || win.height() < 3) return 0;