From 92ae6d6a8750c170f324db94c5d3188048bb65ba Mon Sep 17 00:00:00 2001
From: fluxgen <fluxgen>
Date: Sat, 23 Aug 2003 15:46:06 +0000
Subject: minor fix

---
 src/FbWinFrame.cc | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/FbWinFrame.cc b/src/FbWinFrame.cc
index ed28121..7943c8a 100644
--- a/src/FbWinFrame.cc
+++ b/src/FbWinFrame.cc
@@ -19,7 +19,7 @@
 // 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::exposeEvent(XExposeEvent &event) {
 }
 
 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 @@ void FbWinFrame::init() {
     // Note: we don't show clientarea yet
 
     setEventHandler(*this);
-
     reconfigure();
 }
 
-- 
cgit v0.11.2