$OpenBSD: patch-vcl_source_window_window_cxx,v 1.1 2008/04/28 11:18:46 robert Exp $
--- vcl/source/window/window.cxx.orig.port	Wed Apr 23 18:09:35 2008
+++ vcl/source/window/window.cxx	Wed Apr 23 18:11:26 2008
@@ -346,7 +346,7 @@ void Window::ImplInitAppFontData( Window* pWindow )
         // of control sizes, if yes, make app font scalings larger
         // so dialog positioning is not completely off
         ImplControlValue aControlValue;
-        Region aCtrlRegion( Rectangle( Point(), Size( nTextWidth < 10 ? 10 : nTextWidth, nTextHeight < 10 ? 10 : nTextHeight ) ) );
+        Region aCtrlRegion = Region ( Rectangle( Point(), Size( nTextWidth < 10 ? 10 : nTextWidth, nTextHeight < 10 ? 10 : nTextHeight ) ) );
         Region aBoundingRgn( aCtrlRegion );
         Region aContentRgn( aCtrlRegion );
         if( pWindow->GetNativeControlRegion( CTRL_EDITBOX, PART_ENTIRE_CONTROL, aCtrlRegion,
