[Mplayer-cvslog] CVS: main/Gui/mplayer widgets.c,1.1,1.2
Arpi of Ize
arpi at mplayer.dev.hu
Sun Aug 26 01:17:16 CEST 2001
Update of /cvsroot/mplayer/main/Gui/mplayer
In directory mplayer:/var/tmp.root/cvs-serv22943
Modified Files:
widgets.c
Log Message:
fixed ugly gtkChildPID=getppid(); bug
Index: widgets.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/widgets.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- widgets.c 25 Aug 2001 21:04:28 -0000 1.1
+++ widgets.c 25 Aug 2001 23:17:13 -0000 1.2
@@ -70,8 +70,8 @@
widgetsCreate();
- gtkParentPID=getpid();
- gtkChildPID=getppid();
+// gtkParentPID=getppid();
+// gtkChildPID=getpid();
gtkParent=0;
signal( SIGTYPE,gtkSigHandler );
More information about the MPlayer-cvslog
mailing list