[Bug 29732] Prince of Persia: The Sands of Time mouse clipping broken

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jan 31 04:24:21 CST 2012


http://bugs.winehq.org/show_bug.cgi?id=29732

Jeremy Huddleston <jeremyhu at freedesktop.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jeremyhu at freedesktop.org

--- Comment #6 from Jeremy Huddleston <jeremyhu at freedesktop.org> 2012-01-31 04:24:21 CST ---
No.  As you can see by his comment above, the server does support Xi2.  Your
log messages are in error.  Your enable_xinput2 bails out leaving
enable_xinput2 due to this code:


            if (class->mode == XIModeAbsolute)
            {
                TRACE( "Device %u (%s) class %u num %u %f,%f res %u is
absolute, not enabling XInput2\n",
                       devices[i].deviceid, debugstr_a(devices[i].name),
                       j, class->number, class->min, class->max,
class->resolution );
                goto done;
            }

So you should (1) fix your warnings to be more accurate and (2) work with
XIModeAbsolute

-- 
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.



More information about the wine-bugs mailing list