From 175a7e5d1c738c70ec157c05b5de9d404cfe2df5 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 10 Aug 2002 16:52:43 +0000 Subject: sync with bb-cvs --- src/Window.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Window.cc') diff --git a/src/Window.cc b/src/Window.cc index 27c6f945..110ebc71 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -1426,7 +1426,7 @@ void BlackboxWindow::getTransientInfo(void) { } // we have no transient_for until we find a new one - client.transient_for = 0; + client.transient_for = (BlackboxWindow *) 0; Window trans_for; if (! XGetTransientForHint(blackbox->getXDisplay(), client.window, -- cgit v1.2.3