missed a touch in the reparent thing
rathnor rathnor
1 files changed,
2 insertions(+),
2 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.283 2004/04/30 13:11:40 rathnor Exp $ +// $Id: Window.cc,v 1.284 2004/04/30 13:48:58 rathnor Exp $ #include "Window.hh"@@ -3153,7 +3153,7 @@ #endif // DEBUG
// reparent to root window client->reparent(screen().rootWindow().window(), frame().x(), frame().y()); - if(xev.xreparent.send_event) { + if (xev.xreparent.send_event && !remap) { client->hide(); } }