[Mplayer-cvslog] CVS: main/libvo x11_common.c,1.168,1.169

Dominik Mierzejewski CVS syncmail at mplayerhq.hu
Sat Apr 3 12:45:02 CEST 2004


CVS change done by Dominik Mierzejewski CVS

Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv32648

Modified Files:
	x11_common.c 
Log Message:
- cosmetic fix (identation, spacing)


Index: x11_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- x11_common.c	2 Apr 2004 06:31:24 -0000	1.168
+++ x11_common.c	3 Apr 2004 10:44:59 -0000	1.169
@@ -821,7 +821,7 @@
 
 void vo_x11_sizehint( int x, int y, int width, int height, int max )
 {
-   vo_hint.flags=PPosition | PSize | PWinGravity;
+ vo_hint.flags=PPosition | PSize | PWinGravity;
 
  if(vo_x11_keepaspect)
  {
@@ -844,7 +844,7 @@
  vo_hint.min_width = vo_hint.min_height = 4; 
  vo_hint.flags |= PMinSize;
 
- vo_hint.win_gravity= StaticGravity;
+ vo_hint.win_gravity = StaticGravity;
  XSetWMNormalHints( mDisplay,vo_window,&vo_hint );
 }
 
@@ -1081,12 +1081,12 @@
 	else
 		old_gravity = vo_hint.win_gravity;
  }
-if(vo_wm_type==0 && !(vo_fsmode&16))
+ if(vo_wm_type==0 && !(vo_fsmode&16))
 //    XUnmapWindow( mDisplay,vo_window );  // required for MWM
      XWithdrawWindow(mDisplay,vo_window,mScreen);
 
  vo_x11_decoration( mDisplay,vo_window,(vo_fs) ? 0 : 1 );
- vo_x11_sizehint( x,y,w,h,0);
+ vo_x11_sizehint( x,y,w,h,0 );
  vo_x11_setlayer( mDisplay,vo_window,vo_fs );
 
  if ((!(vo_fs)) & vo_ontop) vo_x11_setlayer(mDisplay, vo_window,vo_ontop);




More information about the MPlayer-cvslog mailing list