From a1b96061eb78c44ddb5fda026efb6ba7b52c93af Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 22 Aug 2002 03:46:45 +0000 Subject: sync with bb-cvs --- src/Window.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Window.cc') diff --git a/src/Window.cc b/src/Window.cc index d696161e..1b86b285 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -590,8 +590,8 @@ void BlackboxWindow::decorate(void) { } if (decorations & Decor_Border) { - frame.fborder_pixel = screen->getWindowStyle()->f_focus.pixel(); - frame.uborder_pixel = screen->getWindowStyle()->f_unfocus.pixel(); + frame.fborder_pixel = screen->getWindowStyle()->f_focus.color().pixel(); + frame.uborder_pixel = screen->getWindowStyle()->f_unfocus.color().pixel(); } if (decorations & Decor_Handle) { @@ -2710,7 +2710,7 @@ void BlackboxWindow::reparentNotifyEvent(const XReparentEvent *re) { void BlackboxWindow::propertyNotifyEvent(const XPropertyEvent *pe) { - if (pe->state == PropertyDelete) + if (pe->state == PropertyDelete || ! validateClient()) return; #if 0 -- cgit v1.2.3