changeset 35391:d076af01765d

Move isPlaylistStreamtype definition to util/list.h. It's not an interface related information, but rather an internal one.
author ib
date Mon, 26 Nov 2012 11:32:50 +0000
parents 0c63a0f2e991
children 092c40fbd33d
files gui/interface.h gui/util/list.h
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/gui/interface.h	Mon Nov 26 10:49:33 2012 +0000
+++ b/gui/interface.h	Mon Nov 26 11:32:50 2012 +0000
@@ -69,9 +69,6 @@
 #define GUI_FILE_NEW  2
 //@}
 
-/// StreamTypes that are permitted in a playlist
-#define isPlaylistStreamtype (guiInfo.StreamType == STREAMTYPE_FILE || guiInfo.StreamType == STREAMTYPE_STREAM)
-
 /// mplayer() instructions
 enum {
     MPLAYER_EXIT_GUI,
--- a/gui/util/list.h	Mon Nov 26 10:49:33 2012 +0000
+++ b/gui/util/list.h	Mon Nov 26 11:32:50 2012 +0000
@@ -19,6 +19,9 @@
 #ifndef MPLAYER_GUI_LIST_H
 #define MPLAYER_GUI_LIST_H
 
+/// StreamTypes that are permitted in a playlist
+#define isPlaylistStreamtype (guiInfo.StreamType == STREAMTYPE_FILE || guiInfo.StreamType == STREAMTYPE_STREAM)
+
 /// listMgr() commands
 enum {
     PLAYLIST_GET,