npapi-vlc | branch: master | Cheng Sun <[email protected]> | Thu Dec 22 20:23:38 2011 +0000| [32b6c34f35f9bf216f6ea4db99bb9690b338ed36] | committer: Jean-Baptiste Kempf
Minor cosmetics Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=32b6c34f35f9bf216f6ea4db99bb9690b338ed36 --- npapi/vlcplugin_gtk.cpp | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/npapi/vlcplugin_gtk.cpp b/npapi/vlcplugin_gtk.cpp index b544838..8fa027c 100644 --- a/npapi/vlcplugin_gtk.cpp +++ b/npapi/vlcplugin_gtk.cpp @@ -25,7 +25,8 @@ #include <gdk/gdkx.h> #include <cstring> -static uint32_t get_xid(GtkWidget *widget) { +static uint32_t get_xid(GtkWidget *widget) +{ GdkDrawable *video_drawable = gtk_widget_get_window(widget); return (uint32_t)gdk_x11_drawable_get_xid(video_drawable); } _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
