From 1b6bb5f2f23f1edf80611a3dc06cbf417e7151ca Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sun, 17 Mar 2002 13:31:35 +0000 Subject: [PATCH] paranoia mode - int boundingShaped, clipShaped; + int boundingShaped = 0, clipShaped = 0; svn path=/trunk/kdebase/kwin/; revision=143391 --- workspace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace.cpp b/workspace.cpp index dfe1219470..29f98ccdd3 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -157,7 +157,7 @@ static Window null_focus_window = 0; bool Shape::hasShape( WId w){ int xws, yws, xbs, ybs; unsigned int wws, hws, wbs, hbs; - int boundingShaped, clipShaped; + int boundingShaped = 0, clipShaped = 0; if (!kwin_has_shape) return FALSE; XShapeQueryExtents(qt_xdisplay(), w,