Re: FVWM: disappearing windows?

2007-05-01 Thread Tom Horsley
Having gotten really curious about what was going on, I installed xmon to watch the protocol messages as the windows appear and disappear. Everything is relatively similar with no window manager and with FVWM until a whole batch of expose events happen in a row, then I see a PropertyNotify that

Re: FVWM: Does WindowList have a bug?

2007-05-01 Thread Scott Smedley
Hi Thomas, There's a horrible error in logic in windowlist.c: Actually, I think it's ok. Perhaps you're forgetting about the continue statement which means the logic is inverted. ie. We're _ignoring_ windows that match the if-condition. if (!show_listskip DO_SKIP_WINDOW_LIST(t)) I changed