all repos — fluxbox @ a7a178589992eeece8939dd179c0d5f0032002c4

custom fork of the fluxbox windowmanager

fix silly mistake in widow move layers
rathnor rathnor
commit

a7a178589992eeece8939dd179c0d5f0032002c4

parent

65fc419175e4e63013f97a8c72df3bb373052c97

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

jump to
M src/Window.ccsrc/Window.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: Window.cc,v 1.162 2003/05/08 01:51:18 rathnor Exp $ +// $Id: Window.cc,v 1.163 2003/05/08 02:20:52 rathnor Exp $ #include "Window.hh"

@@ -1565,7 +1565,7 @@

if (!win->isIconic()) { screen.updateNetizenWindowRaise(client->window()); } - win->getLayerItem().lowerLayer(); + win->getLayerItem().moveToLayer(layernum); // remember number just in case a transient happens to revisit this window layernum = win->getLayerItem().getLayerNum(); win->setLayerNum(layernum);