summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-01 14:16:02 +0000
committerattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-01 14:16:02 +0000
commit6d5589535b984ab53e8b4c5e77bbd6b79b768d30 (patch)
tree958c5900fbfd5e51c1bffc7fb5c979033c03bf8c /libvo
parenta5005b2847de50fdbe9ff521ee739eaa2fd39e52 (diff)
downloadmpv-6d5589535b984ab53e8b4c5e77bbd6b79b768d30.tar.bz2
mpv-6d5589535b984ab53e8b4c5e77bbd6b79b768d30.tar.xz
sending 10l to Filip
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8695 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 e26478cf91..c29d17cbed 100644
--- a/libvo/x11_common.c
+++ b/libvo/x11_common.c
@@ -176,7 +176,7 @@ int vo_wm_detect( void )
metacity_hack = 1;
}
XFree( args );
- if (wm && !icewm_hack && metacity_hack)
+ if (wm && metacity_hack)
return wm;
}