From 6d5589535b984ab53e8b4c5e77bbd6b79b768d30 Mon Sep 17 00:00:00 2001 From: attila Date: Wed, 1 Jan 2003 14:16:02 +0000 Subject: [PATCH] sending 10l to Filip git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8695 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/x11_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }