BUG-1890: Fixed wrong cropping when window is maximized on Windows 10

This commit is contained in:
Robin 2016-04-26 23:33:17 +02:00
commit 728f49944f
3 changed files with 109 additions and 8 deletions

View file

@ -42,6 +42,7 @@
<Compile Include="Core\CaptureHandler.cs" />
<Compile Include="Core\EventDelay.cs" />
<Compile Include="Core\FastBitmap.cs" />
<Compile Include="Core\OperatingSystemExtensions.cs" />
<Compile Include="Core\WmInputLangChangeRequestFilter.cs" />
<Compile Include="GlobalSuppressions.cs" />
<Compile Include="IEInterop\IHTMLBodyElement.cs" />