[vlc-devel] Re: [PATCH] Improved Xinerama support in fullscreen mode
Harry Bock
hbock at providence.edu
Wed Dec 27 14:06:38 CET 2006
On Wed, 2006-12-27 at 08:02 +0100, Clément Stenac wrote:
>
> behaviour, it's broken. At the moment, the movie always go to screen 0
> (when you have not configured anything).
Yeah, currently the output screen is a configuration setting,
independent of where the window actually resides.
Sigmund:
You're right, that would be much better (and would reflect what most
other media players do in multi-mon setups), I'll change the patch to
reflect that today (and more properly use the config_Get* function., so
the new settings should only take effect after restarting VLC,
correct?).
I already have it done (determining which monitor has the greatest area
of the main window), except I can't for the life of me figure out where
I can get the coordinates of the main window. The vout_thread_t struct
and its members only provide width/height and the X11 Window IDs for
child windows (which all return 0 for x/y coords using
XGetWindowAttributes). Any hints there? :) Do I have to get the actual
wxWidget and then take the coordinates? Thanks.
Harry
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list