http://bugs.winehq.org/show_bug.cgi?id=25312
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.3.7
--- Comment #1 from Dmitry Timoshkov dmitry@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.