[vlc-devel] Re: positioning window

Hornsby Adrian adrian_hornsby at yahoo.co.uk
Thu Mar 18 12:20:00 CET 2004


Actually, there is also in the event.c file, the "static int
DirectXCreateWindow( vout_thread_t *p_vout )"
so I'm trying there



Subject: [vlc-devel] Re: positioning window


> I think OpenVideo().
>
> Sigmund
>
> On Thu, Mar 18, 2004 at 12:02:58PM +0100, Hornsby Adrian wrote:
> >   Okay,
> > Before using those variables, where should I put those following lines
in the vout.c "directx.c" (for windows) ??? should I put them in the "static
int OpenVideo( vlc_object_t *p_this )" function ??? or the "static int
Init( vout_thread_t *p_vout )" ????
> >
> > in wich structure ?? or variable ??
> >
> >
> >
> >     /*Add  variables to indicate the position of the video display */
> >     var_Create( p_vout, "video-x", VLC_VAR_INTEGER |
VLC_VAR_DOINHERIT );
> >     var_Create( p_vout, "video-y", VLC_VAR_INTEGER |
VLC_VAR_DOINHERIT );
> >     var_Get( p_vout, "video-x", &val );
> >     var_Get( p_vout, "video-y", &val );
> >
> > thanks
> >
> > ************************************************************
> > HORNSBY Adrian
> > Teräskatu 7 D 67
> > 33720 Tampere
> > FINLAND
> >
> > #Tel :+358 (0)456376712
> > http://www.students.tut.fi/~hornsby/
> > ************************************************************
>
> -- 
> This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
> To unsubscribe, please read http://developers.videolan.org/lists.html
> If you are in trouble, please contact <postmaster at videolan.org>

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list