]> git.sesse.net Git - vlc/blobdiff - projects/mozilla/vlcshell.cpp
Mozilla: fix compilation.
[vlc] / projects / mozilla / vlcshell.cpp
index 5f7ac8bfd56ca982b1a2ad4ad6abf3e9b7fd3456..8d42e1251711db19e4c05d211cec8d58cbac7d15 100644 (file)
@@ -838,8 +838,7 @@ static void ControlHandler( Widget w, XtPointer closure, XEvent *event )
 
             case clicked_Fullscreen:
             {
-                p_plugin->set_fullscreen( 1, &ex );
-                libvlc_exception_clear( &ex );
+                p_plugin->set_fullscreen( 1 );
             }
             break;