Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 14edd10f7e43d085b9f35a22b878f8e3 > files > 1

npapi-vlc-2.0.0-4.mga3.src.rpm

Index: npapi/vlcplugin_gtk.cpp
===================================================================
--- npapi/vlcplugin_gtk.cpp.orig
+++ npapi/vlcplugin_gtk.cpp
@@ -513,6 +513,7 @@ bool VlcPluginGtk::resize_windows()
     req.width = npwindow.width;
     req.height = npwindow.height;
     gtk_widget_size_request(parent, &req);
+    return true;
 }
 
 bool VlcPluginGtk::destroy_windows()
@@ -529,4 +530,5 @@ bool VlcPluginGtk::destroy_windows()
     /* free colors */
     Colormap colormap = DefaultColormap(display, DefaultScreen(display));
     XFreeColors(display, colormap, &bg_color.pixel, 1, 0);
+    return true;
 }