[vlc-devel] commit: Compile fix (Christophe Mutricy )

git version control git at videolan.org
Fri Jun 20 19:06:38 CEST 2008


vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Fri Jun 20 18:08:36 2008 +0100| [b541f09e5c9a38b8bf4d87cac4ed39cfa0564fb9]

Compile fix

That would need to be properly fix with the new embedded vout API

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

 modules/gui/skins2/src/vlcproc.cpp |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/modules/gui/skins2/src/vlcproc.cpp b/modules/gui/skins2/src/vlcproc.cpp
index 31da185..8925519 100644
--- a/modules/gui/skins2/src/vlcproc.cpp
+++ b/modules/gui/skins2/src/vlcproc.cpp
@@ -165,10 +165,10 @@ VlcProc::VlcProc( intf_thread_t *pIntf ): SkinObject( pIntf ),
     pIntf->b_interaction = true;
 
     // Callbacks for vout requests
-    getIntf()->pf_request_window = &getWindow;
+/*    getIntf()->pf_request_window = &getWindow;
     getIntf()->pf_release_window = &releaseWindow;
     getIntf()->pf_control_window = &controlWindow;
-
+*/
     getIntf()->p_sys->p_input = NULL;
 }
 
@@ -183,10 +183,10 @@ VlcProc::~VlcProc()
     }
 
     // Callbacks for vout requests
-    getIntf()->pf_request_window = NULL;
+/*    getIntf()->pf_request_window = NULL;
     getIntf()->pf_release_window = NULL;
     getIntf()->pf_control_window = NULL;
-
+*/
     var_DelCallback( getIntf()->p_sys->p_playlist, "intf-change",
                      onIntfChange, this );
     var_DelCallback( getIntf()->p_sys->p_playlist, "item-append",




More information about the vlc-devel mailing list