all repos — fluxbox @ 92ae6d6a8750c170f324db94c5d3188048bb65ba

custom fork of the fluxbox windowmanager

minor fix
fluxgen fluxgen
commit

92ae6d6a8750c170f324db94c5d3188048bb65ba

parent

0836477c19457381fe5bd4ef4bf9dfcfad000274

1 files changed, 2 insertions(+), 3 deletions(-)

jump to
M src/FbWinFrame.ccsrc/FbWinFrame.cc

@@ -19,7 +19,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: FbWinFrame.cc,v 1.38 2003/08/22 15:20:32 fluxgen Exp $ +// $Id: FbWinFrame.cc,v 1.39 2003/08/23 15:46:06 fluxgen Exp $ #include "FbWinFrame.hh"

@@ -581,7 +581,7 @@

} void FbWinFrame::handleEvent(XEvent &event) { - if (event.type == ConfigureNotify) + if (event.type == ConfigureNotify && event.xconfigure.window == window().window()) configureNotifyEvent(event.xconfigure); }

@@ -906,7 +906,6 @@

// Note: we don't show clientarea yet setEventHandler(*this); - reconfigure(); }