[Mplayer-cvslog] CVS: main/Gui interface.h,1.36,1.37
    Diego Biurrun CVS 
    diego at mplayerhq.hu
       
    Fri Aug 15 13:56:03 CEST 2003
    
        - Previous message: [Mplayer-cvslog]  CVS: main/help help_mp-nl.h,1.26,1.27 help_mp-pl.h,1.72,1.73 help_mp-pt_BR.h,1.15,1.16 help_mp-tr.h,1.8,1.9
- Next message: [Mplayer-cvslog] CVS: main ChangeLog,1.50,1.51
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
  
Update of /cvsroot/mplayer/main/Gui
In directory mail:/var/tmp.root/cvs-serv16829/Gui
Modified Files:
	interface.h 
Log Message:
unknow --> unknown as discussed on dev-eng
Index: interface.h
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/interface.h,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- interface.h	5 Feb 2003 23:00:44 -0000	1.36
+++ interface.h	15 Aug 2003 11:55:21 -0000	1.37
@@ -24,7 +24,7 @@
 {
  int  signal;
  char module[512];
-} guiUnknowErrorStruct;
+} guiUnknownErrorStruct;
 
 typedef struct
 {
@@ -54,9 +54,9 @@
 typedef struct
 {
  int message;
-   guiResizeStruct      resize;
-   guiVideoStruct       videodata;
-   guiUnknowErrorStruct error;
+   guiResizeStruct       resize;
+   guiVideoStruct        videodata;
+   guiUnknownErrorStruct error;
    
    void * sh_video;
    void * demuxer;
    
    
        
	- Previous message: [Mplayer-cvslog]  CVS: main/help help_mp-nl.h,1.26,1.27 help_mp-pl.h,1.72,1.73 help_mp-pt_BR.h,1.15,1.16 help_mp-tr.h,1.8,1.9
- Next message: [Mplayer-cvslog] CVS: main ChangeLog,1.50,1.51
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
More information about the MPlayer-cvslog
mailing list