comparison libvo/x11_common.c @ 35640:5cc5f1acfc4f

Make variable static that is only used inside the file.
author ib
date Fri, 11 Jan 2013 23:55:47 +0000
parents 69ef24582908
children 98b531e7c38e
comparison
equal deleted inserted replaced
35639:2e7f2ecaaf0b 35640:5cc5f1acfc4f
81 #define WIN_LAYER_ONBOTTOM 2 81 #define WIN_LAYER_ONBOTTOM 2
82 #define WIN_LAYER_NORMAL 4 82 #define WIN_LAYER_NORMAL 4
83 #define WIN_LAYER_ONTOP 6 83 #define WIN_LAYER_ONTOP 6
84 #define WIN_LAYER_ABOVE_DOCK 10 84 #define WIN_LAYER_ABOVE_DOCK 10
85 85
86 int fs_layer = WIN_LAYER_ABOVE_DOCK; 86 static int fs_layer = WIN_LAYER_ABOVE_DOCK;
87 static int orig_layer = 0; 87 static int orig_layer = 0;
88 static int old_gravity = NorthWestGravity; 88 static int old_gravity = NorthWestGravity;
89 89
90 int stop_xscreensaver = 1; 90 int stop_xscreensaver = 1;
91 91