search for: rect_in_region

Displaying 4 results from an estimated 4 matches for "rect_in_region".

2006 Dec 13
1
Quick patches for no-detection and constrain y
Here's a couple quick patches to resolve some minor issues related to multiple outputs that I bumped into today. nodetectfix.patch: Enables reading outputs config (instead of 640x480 default) when using "--no-detection" switch but config says detect. constrainyoutput.patch: Allows full vertical workarea to be used in the case of multiple vertical outputs. Currently it won't
2008 Apr 28
4
Wineserver causing heavy CPU load
I am running Fedora 8 uname -r = 2.6.24.4-64.fc8 on my box with Wine 0.9.58. When I first installed it I noticed that my CPU usage jumped and stayed at 100% with wineserver taking > 85%. I killed the wineserver process and it dropped down, however it soon jumped back up when wineserver restarted itself. I then killed it again and all related processes and disabled it from starting as a damen
2012 Jun 08
0
Wine release 1.5.6
...32: Simplify bitmap saving code. oleaut32: Always write header to stream when saving an icon. oleaut32: Add a test for saving an icon into a stream. gdi32: Fix parameters of some GDI stock fonts. server: Make sure that region and rectangle have the same origin before calling rect_in_region(). windowscodecs: Add a stubbed out IWICMetadataBlockReader to TIFF decoder. kernel32: Print in the CopyFileW trace also fail_if_exists parameter. windowscodecs: Protect from invalid input some metadata handler methods. windowscodecs: Implement MetadataHandler_GetCount....
2012 Jun 15
0
Wine release 1.4.1
...de: Define MUTEX_ALL_ACCESS in a PSDK compatible way. include: Add some missing FILE_FLAG_xxx definitions. gdiplus: Use StretchBlt instead of GdiAlphaBlend if device doesn't support alpha blending. server: Make sure that region and rectangle have the same origin before calling rect_in_region(). user32: SetParent() should use ShowWindow() to make a reparented window visible and move a window to new position. user32: SetWindowPos() should check the final window position in screen coords before adding SWP_NOMOVE. Dylan Smith (4): richedit: Remove always FALSE parameter...