[Bug 25312] Add support for XRandR 1.2

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Nov 29 02:33:29 CST 2010


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

Dmitry Timoshkov <dmitry at codeweavers.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |1.3.7

--- Comment #1 from Dmitry Timoshkov <dmitry at codeweavers.com> 2010-11-29 02:33:28 CST ---
Some comments:

1. do not add not related or not necessary changes like

> -    static int warned;
> +    static int warned = 0;

renaming xinerama_init() to monitors_init() and similar.

2. keep the xrandr.c file and make all chnages there

3. xrandr support should compile with either 1.1 or 1.2 headers, and detect
the version it runs on at runtime, so it should be possible to compile with
1.2 headers and run with 1.1 implementation, and vice versa.

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