all repos — fluxbox @ 471785b9d8a77bb3e483a6cac10ea64e8019cd12

custom fork of the fluxbox windowmanager

restore with remap
fluxgen fluxgen
commit

471785b9d8a77bb3e483a6cac10ea64e8019cd12

parent

940f84015dc57f811cc8441383a8f52d1a66794e

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

jump to
M src/Screen.ccsrc/Screen.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: Screen.cc,v 1.62 2002/08/14 22:21:06 fluxgen Exp $ +// $Id: Screen.cc,v 1.63 2002/08/16 11:01:09 fluxgen Exp $ //use GNU extensions #ifndef _GNU_SOURCE

@@ -1582,7 +1582,7 @@ }

{ while (!iconList.empty()) { - iconList.back()->restore(); + iconList.back()->restore(true); // restore with remap delete iconList.back(); // the window removes it self from iconlist } }