[vlc-devel] commit: Remove old core drawable support ( Rémi Denis-Courmont )

git version control git at videolan.org
Mon Feb 2 19:32:15 CET 2009


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Mon Feb  2 20:22:53 2009 +0200| [0f10d537baee7912fb6178303fd1e67cf7bc35bd] | committer: Rémi Denis-Courmont 

Remove old core drawable support

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0f10d537baee7912fb6178303fd1e67cf7bc35bd
---

 src/video_output/vout_intf.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/video_output/vout_intf.c b/src/video_output/vout_intf.c
index 4145bde..9794eee 100644
--- a/src/video_output/vout_intf.c
+++ b/src/video_output/vout_intf.c
@@ -110,10 +110,6 @@ vout_window_t *vout_RequestWindow( vout_thread_t *p_vout, const char *psz_cap,
     *pi_width_hint = p_vout->i_window_width;
     *pi_height_hint = p_vout->i_window_height;
 
-    /* Check whether someone provided us with a window ID */
-    int drawable = var_CreateGetInteger( p_vout, "drawable" );
-    if( drawable ) return (void *)(intptr_t)drawable;
-
     vout_window_t *wnd = vlc_custom_create (VLC_OBJECT(p_vout), sizeof (*wnd),
                                             VLC_OBJECT_GENERIC, "window");
     if (wnd == NULL)




More information about the vlc-devel mailing list