summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-11 19:02:37 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-11 19:02:37 +0000
commit7aa3b58b98dd44a4129cb79bc51d2eea3846bf4e (patch)
tree7e058a400e4564995456242bc26492f68bbe5663 /libvo
parent39938af660b0150505baafca1c21a4a4d59f2e54 (diff)
downloadmpv-7aa3b58b98dd44a4129cb79bc51d2eea3846bf4e.tar.bz2
mpv-7aa3b58b98dd44a4129cb79bc51d2eea3846bf4e.tar.xz
10l (and fixes some wmaker issues)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10571 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/x11_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/x11_common.c b/libvo/x11_common.c
index 330a0e3c60..d113b25bf1 100644
--- a/libvo/x11_common.c
+++ b/libvo/x11_common.c
@@ -55,7 +55,7 @@
#define WIN_LAYER_ABOVE_DOCK 10
int fs_layer=WIN_LAYER_ABOVE_DOCK;
-int orig_layer;
+int orig_layer=0;
int stop_xscreensaver=0;