fix Windows build

Change-Id: I5f0489e2fe8fc08461b3409de2690988826ed334
This commit is contained in:
Noel Grandin 2015-05-28 13:08:28 +02:00
parent b406664c0c
commit e23bced878

View File

@ -673,10 +673,7 @@ namespace dxcanvas
mpWindow->SetMouseTransparent( TRUE );
// parent should receive paint messages as well
// [ParentClipMode::NoClip], the argument is here
// passed as plain numeric value since the stupid
// define utilizes a USHORT cast.
mpWindow->SetParentClipMode(0x0002);
mpWindow->SetParentClipMode(ParentClipMode::NoClip);
// the system child window must not clear its background
mpWindow->EnableEraseBackground( sal_False );