all repos — fluxbox @ a969d7fdff797f5f69665f07f8ac2e0247834ee6

custom fork of the fluxbox windowmanager

tweak the remap fix. Scott pointed out that the xevent isn't actually
filled in there. Lets try it just checking !remap...
rathnor rathnor
commit

a969d7fdff797f5f69665f07f8ac2e0247834ee6

parent

b872c2e0c03c60c875095a405715d747d20a5e96

1 files changed, 2 insertions(+), 3 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.285 2004/05/02 21:08:28 fluxgen Exp $ +// $Id: Window.cc,v 1.286 2004/05/03 13:45:23 rathnor Exp $ #include "Window.hh"

@@ -3145,9 +3145,8 @@ #endif // DEBUG

// reparent to root window client->reparent(screen().rootWindow().window(), frame().x(), frame().y()); - if (xev.xreparent.send_event && !remap) { + if (!remap) client->hide(); - } } if (remap)