Re: Implementing Xinerama

2006-04-28 Thread Mike Hearn
On Fri, 28 Apr 2006 19:21:55 +0200, Francois Gouget wrote: > Does this mean we would need a change in the WM 'API'? If so, could you > describe the issue in the Wiki? This was already fixed by a patch I wrote long ago but that was never merged. It was done to fix IE but bugs in our rebar control

Re: Implementing Xinerama

2006-04-28 Thread Francois Gouget
On Thu, 27 Apr 2006, Vitaliy Margolen wrote: [...] You see Wine does not maximizes itself - WM does. Wine does not talk to WMs except few rudimentary things. You will need to extend that so Wine could tell WM how it should be maximized. Does this mean we would need a change in the WM 'API'? If

Re: Implementing Xinerama

2006-04-27 Thread Vitaliy Margolen
Thursday, April 27, 2006, 7:38:52 PM, Judd Tracy wrote: > I have been trying to get a very simple Xinerama implementation > workingfor wine, but am having some problems.  My approach was to > justquery the system for the screens that make up the display and > onlyreport the resolution of the first

Implementing Xinerama

2006-04-27 Thread Judd Tracy
I have been trying to get a very simple Xinerama implementation working for wine, but am having some problems.  My approach was to just query the system for the screens that make up the display and only report the resolution of the first display with the offset of 0+0.  The resolution detection par