http://bugs.winehq.org/show_bug.cgi?id=2680
Luke Bratch <l_bratch(a)yahoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |l_bratch(a)yahoo.co.uk
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2398
Jaime Rave <jaimerave(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jaimerave(a)gmail.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7544
Jaime Rave <jaimerave(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jaimerave(a)gmail.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6149
--- Comment #13 from Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> 2007-10-15 18:26:55 ---
Does printing pages larger than A2 work for you from Windows? Do you have a
printer when you can print a large page from Windows but you can't print it
from Wine?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2624
--- Comment #11 from Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> 2007-10-15 18:15:50 ---
The WM_ERASEBKND gets generated because the dlgproc returns FALSE, we call the
DefWindowProc, it calls BeginPaint/EndPaint and it generates a WM_ERASEBKGND
because GetDC doesn't validate the window.
It works under Windows as it seems that there for top-level windows there is an
exception and the WM_ERASEBKGND is not generated by BeginPaint but sent from
outside before WM_PAINT. Thus during WM_PAINT there is no RDW_ERASE and even if
the app doesn't validate the window, no WM_ERASEBKGND occurs (unless the app
e.g. calls RedrawWindow(..., RDW_ERASE|RDW_INVALIDATE) - then there will be an
erase).
In bug #10013 it's more a bit different as GeoInfo calls
BeginPaint{}/EndPaint() in the WM_PAINT handler but it also calls PeekMessage
which receives an X11 expose event and invalidates the window. The dialog proc
returns FALSE thus the default handler is called.
There is also another difference that could affect such apps - a
MoveWindow(..., TRUE) only marks the background for erasing on Wine, while on
Windows is also does an update before the function returns.
I will try to write some tests and fixes at least for the simple case of the
function not calling PeekMessage.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2680
Jaime Rave <jaimerave(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jaimerave(a)gmail.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9023
Jaime Rave <jaimerave(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jaimerave(a)gmail.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=881
Daniel <daniel.spies(a)fuceekay.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |daniel.spies(a)fuceekay.com
--- Comment #45 from Daniel <daniel.spies(a)fuceekay.com> 2007-10-15 16:59:03 ---
Confirm this bug for Sacred 2.28 (Underworld Addon with latest patch).
Mouse cursor is NOT blanked in wine 0.9.46.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3270
Jan Niklas Hasse <jhasse(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jhasse(a)gmail.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5941
Jan Niklas Hasse <jhasse(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jhasse(a)gmail.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.