[vlc-devel] positioning window
Hornsby Adrian
adrian_hornsby at yahoo.co.uk
Thu Mar 18 12:02:58 CET 2004
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/
************************************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20040318/b3630d65/attachment.html>
More information about the vlc-devel
mailing list