changeset 35984:2f7308a37ac6

Move declaration of GTK widget Playlist where it belongs.
author ib
date Thu, 28 Mar 2013 17:47:33 +0000
parents 111a018fab28
children a5ddb88de149
files gui/dialog/dialog.h gui/dialog/playlist.h
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gui/dialog/dialog.h	Thu Mar 28 17:42:40 2013 +0000
+++ b/gui/dialog/dialog.h	Thu Mar 28 17:47:33 2013 +0000
@@ -36,7 +36,6 @@
 #define GTK_MB_ERROR 4
 #define GTK_MB_WARNING 8
 
-extern GtkWidget *Playlist;
 extern GtkWidget *Options;
 
 extern GtkWidget *WarningPixmap;
--- a/gui/dialog/playlist.h	Thu Mar 28 17:42:40 2013 +0000
+++ b/gui/dialog/playlist.h	Thu Mar 28 17:47:33 2013 +0000
@@ -21,6 +21,8 @@
 
 #include <gtk/gtk.h>
 
+extern GtkWidget *Playlist;
+
 void ShowPlaylist( void );
 
 #endif /* MPLAYER_GUI_PLAYLIST_H */