diff stream/stream_dvdnav.h @ 19851:adfd08588514

report mouse coordinates after movement to dvdnav; this permits to enable button selection using the mouse; patch by Jonas Jermann and me
author nicodvb
date Sat, 16 Sep 2006 15:25:31 +0000
parents 109e241c0cca
children 3fdb44285fe7
line wrap: on
line diff
--- a/stream/stream_dvdnav.h	Sat Sep 16 15:13:41 2006 +0000
+++ b/stream/stream_dvdnav.h	Sat Sep 16 15:25:31 2006 +0000
@@ -44,5 +44,6 @@
 void dvdnav_stream_fullstart(dvdnav_priv_t *dvdnav_priv);
 unsigned int * dvdnav_stream_get_palette(dvdnav_priv_t * dvdnav_priv);
 int mp_dvdnav_handle_input(stream_t *stream, int cmd, int *button);
+void mp_dvdnav_update_mouse_pos(stream_t *stream, int32_t x, int32_t y, int* button);
 
 #endif