]> git.sesse.net Git - vlc/commit
Real VOUT_REPARENT (UNIX only ATM).
authorFilippo Carone <littlejohn@videolan.org>
Fri, 28 Jul 2006 15:24:07 +0000 (15:24 +0000)
committerFilippo Carone <littlejohn@videolan.org>
Fri, 28 Jul 2006 15:24:07 +0000 (15:24 +0000)
commit05985a982b4c136f5bdb72073d39dee1819fb994
tree76f3311aea08d95bfa22f9be774b3ed1589848e0
parent89471fa0ae4ddc54bd49511af6e3f3b43761f153
Real VOUT_REPARENT (UNIX only ATM).

if (vout_Control VOUT_REPARENT is called giving a Drawable in args)
then
     that Drawable is used as new parent
otherwise
     DefaultRootWindow will be the parent
include/libvlc_internal.h
include/vlc/libvlc.h
modules/video_output/x11/xcommon.c
src/control/video.c