[vlc-devel] commit: playlist: Defines pl_Locked, pl_Locked to pass to as b_locked. ( Pierre d'Herbemont )

git version control git at videolan.org
Tue Jul 15 19:31:49 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Tue Jul 15 13:48:57 2008 +0200| [8b6e26a823cc53624ecfbadd76db7847bb6fda57]

playlist: Defines pl_Locked, pl_Locked to pass to as b_locked.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8b6e26a823cc53624ecfbadd76db7847bb6fda57
---

 include/vlc_playlist.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/include/vlc_playlist.h b/include/vlc_playlist.h
index 4488ff5..daf234b 100644
--- a/include/vlc_playlist.h
+++ b/include/vlc_playlist.h
@@ -260,6 +260,12 @@ struct playlist_add_t
 
 #define PLAYLIST_END           -666
 
+enum pl_locked_state
+{
+    pl_Locked = true,
+    pl_Unlocked = false
+};
+
 /*****************************************************************************
  * Prototypes
  *****************************************************************************/




More information about the vlc-devel mailing list