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; }