Kaydet (Commit) e23bced8 authored tarafından Noel Grandin's avatar Noel Grandin

fix Windows build

Change-Id: I5f0489e2fe8fc08461b3409de2690988826ed334
üst b406664c
...@@ -673,10 +673,7 @@ namespace dxcanvas ...@@ -673,10 +673,7 @@ namespace dxcanvas
mpWindow->SetMouseTransparent( TRUE ); mpWindow->SetMouseTransparent( TRUE );
// parent should receive paint messages as well // parent should receive paint messages as well
// [ParentClipMode::NoClip], the argument is here mpWindow->SetParentClipMode(ParentClipMode::NoClip);
// passed as plain numeric value since the stupid
// define utilizes a USHORT cast.
mpWindow->SetParentClipMode(0x0002);
// the system child window must not clear its background // the system child window must not clear its background
mpWindow->EnableEraseBackground( sal_False ); mpWindow->EnableEraseBackground( sal_False );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment