http://bugs.winehq.org/show_bug.cgi?id=2748
Vincent Povirk <madewokherd(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |madewokherd(a)gmail.com
--- Comment #16 from Vincent Povirk <madewokherd(a)gmail.com> 2009-05-19 18:27:31 ---
I've uploaded a d3dxof log to
http://madewokherd.nfshost.com/omgsecret/starfury-log.gz
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2748
Vincent Povirk <madewokherd(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|patch |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2748
--- Comment #15 from Vincent Povirk <madewokherd(a)gmail.com> 2009-05-19 17:51:41 ---
Still present in wine-1.1.21-290-gd4e1d88
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2527
Vincent Povirk <madewokherd(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|-unknown |winex11.drv
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2351
Vincent Povirk <madewokherd(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |madewokherd(a)gmail.com
Component|-unknown |user32
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13773
Summary: xfwm4 and fullscreen issues
Product: Wine
Version: 1.0-rc4
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dunerkahl(a)yahoo.de
If you run xfwm4 and start a fullscreen application in wine, the xfce4-panel
won't hide.
As a consequence in some Games (GTA San Andreas, Driver Parallel Lines) the
mouse control isn't smooth anymore.
If i run openbox for example, this problem doesn't occure.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8241
Vincent Povirk <madewokherd(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |madewokherd(a)gmail.com
--- Comment #22 from Vincent Povirk <madewokherd(a)gmail.com> 2009-05-19 16:07:46 ---
I think the issue with tests in this case is that GlobalFlags is (according to
MSDN) NT only. There are plenty of examples where we test functions that are
not available on all systems.
You need to use GetProcAddress to get the address of the function. If the
result is not NULL, you should test the function, otherwise call win_skip
(indicating the tests are OK to skip on Windows but not on Wine).
The test in dlls/setupapi/tests/misc.c for
SetupQueryInfOriginalFileInformationA is a good example.
Also, see http://www.winehq.org/sending_patches for the proper method of
sending patches to Wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8241
--- Comment #20 from Peter Hedlund <peter(a)peterandlinda.com> 2009-05-19 13:48:52 ---
I have created a patch that unconditionally masks all the flags.
The tests in dlls/kernel32/tests pass OK in wine. According to
dlls/kernel32/tests/alloc.c it is not known how to test GlobalFlags. I am
certainly not the one who can figure that out.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=4372
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|bunglehead(a)gmail.com |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.