[MPlayer-cvslog] r35734 - trunk/libvo/x11_common.c

ib subversion at mplayerhq.hu
Sat Jan 12 00:55:48 CET 2013


Author: ib
Date: Sat Jan 12 00:55:47 2013
New Revision: 35734

Log:
Make variable static that is only used inside the file.

Modified:
   trunk/libvo/x11_common.c

Modified: trunk/libvo/x11_common.c
==============================================================================
--- trunk/libvo/x11_common.c	Thu Jan 10 21:52:37 2013	(r35733)
+++ trunk/libvo/x11_common.c	Sat Jan 12 00:55:47 2013	(r35734)
@@ -83,7 +83,7 @@
 #define WIN_LAYER_ONTOP                  6
 #define WIN_LAYER_ABOVE_DOCK             10
 
-int fs_layer = WIN_LAYER_ABOVE_DOCK;
+static int fs_layer = WIN_LAYER_ABOVE_DOCK;
 static int orig_layer = 0;
 static int old_gravity = NorthWestGravity;
 


More information about the MPlayer-cvslog mailing list