--- kdegraphics-3.5.1/kolourpaint/cursors/kpcursorlightcross.cpp.orig 2006-02-07 12:10:45.000000000 +0100 +++ kdegraphics-3.5.1/kolourpaint/cursors/kpcursorlightcross.cpp 2006-02-07 12:10:52.000000000 +0100 @@ -52,7 +52,8 @@ const int MaskOpaque = 1; const int MaskTransparent = 0; - int colorValue, maskValue; + int colorValue = ColorWhite; + int maskValue = MaskTransparent; switch (pv) {