[Mplayer-cvslog] CVS: main/libvo vo_quartz.c,1.15,1.16

Diego Biurrun diego at biurrun.de
Tue Jul 20 19:55:06 CEST 2004


Nicolas Plourde writes:
> Diego Biurrun wrote:
> 
> >Nicolas Plourde writes:
> >
> >>This do not only toggle ontop but cycle trough	3 level of stacking: 
> >>normal, ontop and wallpaper.
> >>if in wallpaper mode you go in fullscreen, the video stay on the 
> >>background like the -rootwin option.
> >
> >Hmm, this is not good as it is inconsistent with the rest of MPlayer.
> >Normally this behavior is toggled with the -rootwin switch.
> 
> In fullscreen it is like -rootwin but if not its a new feature, You
> can drag the window on your desk and it stay under other windows, I
> dont think other vo do something like that. All vo should have this
> option like stay ontop and stay under. the T key was a good option.

OK, now I understand.  Hmm, maybe you could bind this to another key
like B(ottom) or D(own).  This might be a feature that other video
output drivers may implement some day.

> Anyway if I can add support for -rootwin to make it consistent,
> Anyone have time to enable rootwin for OS X? Im not sure what to
> change in mplayer-config.h or something like that.

The rootwin option is in cfg-mplayer.h, but under #ifdef X11.  You'd
have to take it out of there and put it in #ifdef

#if defined(X11)||defined(DARWIN)

or something similar.  This is completely untested, though, I have no
idea which defines are used for OS X, Darwin, etc.

Diego




More information about the MPlayer-cvslog mailing list