]> git.sesse.net Git - vlc/blobdiff - modules/control/gestures.c
For consistency, remove references to vlc from libvlc
[vlc] / modules / control / gestures.c
index a6cc59e41d513cbca8ded9de8143a79efe5f6b31..16de437ce91869aea498ec35384c0ce1b3ab1f42 100644 (file)
@@ -198,7 +198,7 @@ static void RunIntf( intf_thread_t *p_intf )
                 break;
             case GESTURE(DOWN,RIGHT,NONE,NONE):
                 /* FIXME: Should close the vout!"*/
-                p_intf->p_vlc->b_die = VLC_TRUE;
+                p_intf->p_libvlc->b_die = VLC_TRUE;
                 break;
             case GESTURE(DOWN,LEFT,UP,RIGHT):
                 msg_Dbg(p_intf, "a square was drawn!" );