]> git.sesse.net Git - vlc/commitdiff
* fixed stupid typo (fixes the highlighting of DVD menu entries)
authorFelix Paul Kühne <fkuehne@videolan.org>
Sat, 19 Aug 2006 22:46:47 +0000 (22:46 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sat, 19 Aug 2006 22:46:47 +0000 (22:46 +0000)
modules/video_output/opengl.c

index dd68a639736625abacb59292af00cb3058f56122..a19c7683d4f345c582dde089ba6696e688958fda 100644 (file)
@@ -302,7 +302,7 @@ static int CreateVout( vlc_object_t *p_this )
     /* Forward events from the opengl provider */
     var_Create( p_sys->p_vout, "mouse-x", VLC_VAR_INTEGER );
     var_Create( p_sys->p_vout, "mouse-y", VLC_VAR_INTEGER );
-    var_Create( p_sys->p_vout, "mouse-moved/", VLC_VAR_BOOL );
+    var_Create( p_sys->p_vout, "mouse-moved", VLC_VAR_BOOL );
     var_Create( p_sys->p_vout, "mouse-clicked", VLC_VAR_INTEGER );
     var_Create( p_sys->p_vout, "mouse-button-down", VLC_VAR_INTEGER );
     var_Create( p_sys->p_vout, "video-on-top",