summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xine/BluRay/input_bluray.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xine/BluRay/input_bluray.c b/xine/BluRay/input_bluray.c
index df91fade..cc9946a6 100644
--- a/xine/BluRay/input_bluray.c
+++ b/xine/BluRay/input_bluray.c
@@ -22,7 +22,7 @@
* Input plugin for BluRay discs / images
*
* Requires libbluray from git://git.videolan.org/libbluray.git
- * Tested with revision 2010-08-02
+ * Tested with revision 2010-12-10 10:00 UTC
*
*/
@@ -428,7 +428,7 @@ static void handle_events(bluray_input_plugin_t *this)
switch (event->type) {
- case XINE_EVENT_INPUT_MENU1: bd_menu_call(this->bdh); break;
+ case XINE_EVENT_INPUT_MENU1: bd_menu_call(this->bdh, pts); break;
case XINE_EVENT_INPUT_MENU2: bd_user_input(this->bdh, pts, BD_VK_POPUP); break;
case XINE_EVENT_INPUT_UP: bd_user_input(this->bdh, pts, BD_VK_UP); break;
case XINE_EVENT_INPUT_DOWN: bd_user_input(this->bdh, pts, BD_VK_DOWN); break;