[Mplayer-cvslog] CVS: main/Gui events.c,1.4,1.5 events.h,1.4,1.5 gui.mak,1.5,1.6

Zoltan Ponekker pontscho at mplayer.dev.hu
Wed Nov 14 17:05:35 CET 2001


Update of /cvsroot/mplayer/main/Gui
In directory mplayer:/var/tmp.root/cvs-serv15536/Gui

Modified Files:
	events.c events.h gui.mak 
Log Message:
rewrite some header meg jol csinaltam menu -t koepso gombra gonosz mod ( bocs, tom, nem angol).

Index: events.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/events.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- events.c	7 Sep 2001 21:04:14 -0000	1.4
+++ events.c	14 Nov 2001 16:05:33 -0000	1.5
@@ -41,7 +41,8 @@
   { evSetMoviePosition,  "evSetMoviePosition"  },
   { evSetVolume,         "evSetVolume"         },
   { evSetBalance,        "evSetBalance"        },
-  { evHelp,		 "evHelp"	       }	
+  { evHelp,		 "evHelp"	       },	
+  { evLoadSubtitle,      "evLoadSubtitle"      }
  };
 
 int evBoxs = sizeof( evNames ) / sizeof( evName );

Index: events.h
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/events.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- events.h	7 Sep 2001 21:04:14 -0000	1.4
+++ events.h	14 Nov 2001 16:05:33 -0000	1.5
@@ -46,6 +46,8 @@
 
 #define evHelp              37
 
+#define evLoadSubtitle      38
+
 #define evExit              1000
 
 // --- General events ---
@@ -55,6 +57,7 @@
 #define evMessageBox      5002
 #define evGeneralTimer    5003
 #define evGtkIsOk         5004
+#define evShowPopUpMenu   5005
 
 #define evFName           7000
 #define evMovieTime       7001

Index: gui.mak
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/gui.mak,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gui.mak	12 Sep 2001 15:08:52 -0000	1.5
+++ gui.mak	14 Nov 2001 16:05:33 -0000	1.6
@@ -2,8 +2,12 @@
 SKINSRC = skin/skin.c skin/font.c skin/cut.c
 SKINOBJ = skin/skin.o skin/font.o skin/cut.o
 
+GTKSRCS = $(MPLAYERDIR)gtk/menu.c $(MPLAYERDIR)gtk/mb.c $(MPLAYERDIR)gtk/about.c \
+	     $(MPLAYERDIR)gtk/pl.c $(MPLAYERDIR)gtk/sb.c $(MPLAYERDIR)gtk/fs.c \
+	     $(MPLAYERDIR)gtk/opts.c
+
 MPLAYERSRCS = $(MPLAYERDIR)mplayer.c $(MPLAYERDIR)widgets.c $(MPLAYERDIR)play.c \
-	     $(MPLAYERDIR)psignal.c
+	     $(MPLAYERDIR)psignal.c $(GTKSRCS)
 MPLAYEROBJS = $(MPLAYERSRCS:.c=.o)
 
 SRCS = $(SKINSRC) $(BITMAPSRCS) wm/ws.c wm/wsconv.c app.c events.c timer.c error.c




More information about the MPlayer-cvslog mailing list