all repos — fluxbox @ 51d5903898f72f0df2909d6bad426515c6361a5a

custom fork of the fluxbox windowmanager

fix build issue
rathnor rathnor
commit

51d5903898f72f0df2909d6bad426515c6361a5a

parent

caca001a585b3f870f5e9993a74d18f80d14b775

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

jump to
M src/Slit.ccsrc/Slit.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: Slit.cc,v 1.70 2003/07/03 13:01:58 fluxgen Exp $ +// $Id: Slit.cc,v 1.71 2003/07/06 07:09:53 rathnor Exp $ #include "Slit.hh"

@@ -1340,5 +1340,5 @@ }

void Slit::moveToLayer(int layernum) { m_layeritem->moveToLayer(layernum); - m_rc_layernum = static_cast<Fluxbox::Layer>(layernum); + *m_rc_layernum = layernum; }