[vlc-devel] Re: move vlc windows by other application

Donoso Gabilondo, Daniel donoso.d at ikusi.es
Tue Jul 4 12:48:46 CEST 2006


I saw the libvlc_get_fullscreen definition is in the libvlc.h file and the
source is in the video.c file. I added to video.c file the function
libvlc_set_position and I put the definition in the libvlc.h. 

 

I compiled with make and after that I made make install, but when I compile
my application it recognise the libvlc_get_fullscreen function but not the
libvlc_set_position. 

 

Why?

 

 

  _____  

De: Donoso Gabilondo, Daniel [mailto:donoso.d at ikusi.es] 
Enviado el: martes, 04 de julio de 2006 9:44
Para: vlc-devel at videolan.org
Asunto: [vlc-devel] move vlc windows by other application

 

I need hide, show and move with my linux application the window created by
vlc (using the xMoveWindow,xUnmapWindow,xMapWindow functions). I'm looking
at the sources and I think that with the p_vout pointer (is a vout_thread_t
struct) I can acces to p_display (p_vout->p_sys->p_display). If I am wrong
what do I need?

 

If I'm not wrong, is possible to do modifications to acces p_vout in my
application? 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20060704/c640fb73/attachment.html>


More information about the vlc-devel mailing list