]> git.sesse.net Git - vlc/blobdiff - include/libvlc_internal.h
Add a qt shortcut
[vlc] / include / libvlc_internal.h
index 96b0314c6f01abe7cc8fe2d09d198f73f9ac7a3d..f8e2361217e865ba80e7cde155f58403df75e4dc 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright (C) 2005 the VideoLAN team
  * $Id: control_structures.h 13752 2005-12-15 10:14:42Z oaubert $
  *
- * Authors: Clément Stenac <zorglub@videolan.org>
+ * Authors: Clément Stenac <zorglub@videolan.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -35,6 +35,7 @@ struct libvlc_instance_t
 {
     vlc_t *p_vlc;
     playlist_t *p_playlist;
+    vlm_t      *p_vlm;
     int    i_vlc_id;
 };