totem r5856 - in trunk: . src/backend



Author: hadess
Date: Fri Dec 12 14:16:22 2008
New Revision: 5856
URL: http://svn.gnome.org/viewvc/totem?rev=5856&view=rev

Log:
2008-12-12  Bastien Nocera  <hadess hadess net>

	* src/backend/bacon-video-widget-gst-0.10.c
	(bacon_video_widget_motion_notify): Don't eat motion
	notify events, the xine-lib backend never did, and that's
	unneeded



Modified:
   trunk/ChangeLog
   trunk/src/backend/bacon-video-widget-gst-0.10.c

Modified: trunk/src/backend/bacon-video-widget-gst-0.10.c
==============================================================================
--- trunk/src/backend/bacon-video-widget-gst-0.10.c	(original)
+++ trunk/src/backend/bacon-video-widget-gst-0.10.c	Fri Dec 12 14:16:22 2008
@@ -771,8 +771,6 @@
       GstNavigation *nav = GST_NAVIGATION (videosink);
 
       gst_navigation_send_mouse_event (nav, "mouse-move", 0, event->x, event->y);
-
-      res = TRUE;
     }
 
     if (videosink)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]