[vlc-devel] Re: positioning window
Sigmund Augdal
sigmunau at stud.ntnu.no
Thu Mar 18 11:17:00 CET 2004
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>
More information about the vlc-devel
mailing list