aboutsummaryrefslogtreecommitdiffhomepage
path: root/Gui/mplayer/widgets.c
diff options
context:
space:
mode:
authorGravatar pontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-14 16:04:25 +0000
committerGravatar pontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-14 16:04:25 +0000
commit6d8a1d4109166e54cb50a7c45f4eaaa639512b2c (patch)
tree6fd42c33c72064d30c759dbcfac47806ad7fb650 /Gui/mplayer/widgets.c
parent4eac0279331ccedd1135d972cac0bdfbd4dd08b5 (diff)
rewrite ...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2902 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/mplayer/widgets.c')
-rw-r--r--Gui/mplayer/widgets.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/Gui/mplayer/widgets.c b/Gui/mplayer/widgets.c
index e43fae7c36..9037af6b08 100644
--- a/Gui/mplayer/widgets.c
+++ b/Gui/mplayer/widgets.c
@@ -22,18 +22,12 @@
#include "../../help_mp.h"
#include "../error.h"
-#include "pixmaps/up.xpm"
-#include "pixmaps/dir.xpm"
-#include "pixmaps/file.xpm"
-#include "pixmaps/about.xpm"
-#include "pixmaps/error.xpm"
-#include "pixmaps/warning.xpm"
-
GtkWidget * SkinBrowser;
GtkWidget * PlayList;
GtkWidget * FileSelect;
GtkWidget * AboutBox;
GtkWidget * Options;
+GtkWidget * PopUpMenu;
GtkWidget * MessageBox;
@@ -46,6 +40,7 @@ int gtkVisibleFileSelect = 0;
int gtkVisibleMessageBox = 0;
int gtkVisibleAboutBox = 0;
int gtkVisibleOptions = 0;
+int gtkVisiblePopUpMenu = 0;
gtkCommStruct * gtkShMem;
@@ -55,6 +50,7 @@ gtkCommStruct * gtkShMem;
#include "gtk/mb.h"
#include "gtk/about.h"
#include "gtk/opts.h"
+#include "gtk/menu.h"
void widgetsCreate( void )
{
@@ -64,6 +60,7 @@ void widgetsCreate( void )
FileSelect=create_FileSelect();
MessageBox=create_MessageBox(0);
Options=create_Options();
+ PopUpMenu=create_PopUpMenu();
}
// --- forked function