# HG changeset patch # User ib # Date 1353929570 0 # Node ID d076af01765d8ae2906c6b98e5f548d969318f0c # Parent 0c63a0f2e99179e823f4afe32200be22fafe35c7 Move isPlaylistStreamtype definition to util/list.h. It's not an interface related information, but rather an internal one. diff -r 0c63a0f2e991 -r d076af01765d gui/interface.h --- 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, diff -r 0c63a0f2e991 -r d076af01765d gui/util/list.h --- 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,