diff options
author | 2003-01-01 14:16:02 +0000 | |
---|---|---|
committer | 2003-01-01 14:16:02 +0000 | |
commit | 6d5589535b984ab53e8b4c5e77bbd6b79b768d30 (patch) | |
tree | 958c5900fbfd5e51c1bffc7fb5c979033c03bf8c | |
parent | a5005b2847de50fdbe9ff521ee739eaa2fd39e52 (diff) |
sending 10l to Filip
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8695 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | libvo/x11_common.c | 2 |
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; } |