changeset 35640:5cc5f1acfc4f

Make variable static that is only used inside the file.
author ib
date Fri, 11 Jan 2013 23:55:47 +0000
parents 2e7f2ecaaf0b
children bdc064185bda
files libvo/x11_common.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/x11_common.c	Thu Jan 10 20:52:37 2013 +0000
+++ b/libvo/x11_common.c	Fri Jan 11 23:55:47 2013 +0000
@@ -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;