[MPlayer-cvslog] r36078 - in trunk/gui/dialog: dialog.h playlist.h

ib subversion at mplayerhq.hu
Thu Mar 28 18:47:33 CET 2013


Author: ib
Date: Thu Mar 28 18:47:33 2013
New Revision: 36078

Log:
Move declaration of GTK widget Playlist where it belongs.

Modified:
   trunk/gui/dialog/dialog.h
   trunk/gui/dialog/playlist.h

Modified: trunk/gui/dialog/dialog.h
==============================================================================
--- trunk/gui/dialog/dialog.h	Thu Mar 28 18:42:40 2013	(r36077)
+++ trunk/gui/dialog/dialog.h	Thu Mar 28 18:47:33 2013	(r36078)
@@ -36,7 +36,6 @@
 #define GTK_MB_ERROR 4
 #define GTK_MB_WARNING 8
 
-extern GtkWidget *Playlist;
 extern GtkWidget *Options;
 
 extern GtkWidget *WarningPixmap;

Modified: trunk/gui/dialog/playlist.h
==============================================================================
--- trunk/gui/dialog/playlist.h	Thu Mar 28 18:42:40 2013	(r36077)
+++ trunk/gui/dialog/playlist.h	Thu Mar 28 18:47:33 2013	(r36078)
@@ -21,6 +21,8 @@
 
 #include <gtk/gtk.h>
 
+extern GtkWidget *Playlist;
+
 void ShowPlaylist( void );
 
 #endif /* MPLAYER_GUI_PLAYLIST_H */


More information about the MPlayer-cvslog mailing list