tweak the remap fix. Scott pointed out that the xevent isn't actually filled in there. Lets try it just checking !remap...
rathnor rathnor
1 files changed,
2 insertions(+),
3 deletions(-)
jump to
M
src/Window.cc
→
src/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)