all repos — fluxbox @ 3012463167ba67d80a99591314e57285d4373099

custom fork of the fluxbox windowmanager

fixed java-menu bug, patch from Scott Moser
fluxgen fluxgen
commit

3012463167ba67d80a99591314e57285d4373099

parent

30ae254928a658c09d144bb4440ac149ecfe5f38

1 files changed, 3 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.273 2004/03/30 13:48:38 fluxgen Exp $ +// $Id: Window.cc,v 1.274 2004/03/30 14:31:30 fluxgen Exp $ #include "Window.hh"

@@ -3115,7 +3115,8 @@ &not_used)) {

#ifdef DEBUG cerr<<"FluxboxWindow::restore: reparent 0x"<<hex<<client->window()<<dec<<" to root"<<endl; #endif // DEBUG - + if (!remap) + client->hide(); // reparent to root window client->reparent(screen().rootWindow().window(), frame().x(), frame().y()); }