[MPlayer-cvslog] r34032 - trunk/gui/interface.h
    ib 
    subversion at mplayerhq.hu
       
    Thu Sep  1 19:01:10 CEST 2011
    
    
  
Author: ib
Date: Thu Sep  1 19:01:10 2011
New Revision: 34032
Log:
Cosmetic: Move guiInfo member VideoWindow.
Put it on top of the other Video members.
Modified:
   trunk/gui/interface.h
Modified: trunk/gui/interface.h
==============================================================================
--- trunk/gui/interface.h	Thu Sep  1 18:55:14 2011	(r34031)
+++ trunk/gui/interface.h	Thu Sep  1 19:01:10 2011	(r34032)
@@ -91,9 +91,9 @@ typedef struct {
     sh_video_t *sh_video;
     af_stream_t *afilter;
 
+    int VideoWindow;
     int VideoWidth;
     int VideoHeight;
-    int VideoWindow;
 
     int StreamType;           // public, read access by MPlayer
     int AudioChannels;
    
    
More information about the MPlayer-cvslog
mailing list