This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/tvtime.git tree:
Subject: Remove check for metacity Author: Mikael Magnusson <mika...@gmail.com> Date: Sun Sep 18 17:17:34 2011 -0300 The result isn't used anyway and the problem probably doesn't exist anymore either. Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com> src/xcommon.c | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) --- http://git.linuxtv.org/tvtime.git?a=commitdiff;h=c68d36373cf7853ac7bb69ac04cf1f364c0227e8 diff --git a/src/xcommon.c b/src/xcommon.c index 025c46b..7448fe7 100644 --- a/src/xcommon.c +++ b/src/xcommon.c @@ -85,7 +85,6 @@ static int matte_width; static int matte_height; static int alwaysontop; static int has_focus; -static int wm_is_metacity; static int use_square_pixels; static xfullscreen_t *xf; @@ -854,7 +853,6 @@ int xcommon_open_display( const char *user_geometry, int aspect, int verbose ) matte_height = 0; alwaysontop = 0; has_focus = 0; - wm_is_metacity = 0; display = XOpenDisplay( 0 ); if( !display ) { @@ -1022,13 +1020,6 @@ int xcommon_open_display( const char *user_geometry, int aspect, int verbose ) fprintf( stderr, "xcommon: Window manager is %s and is EWMH compliant.\n", wmname ); } - if( !strcasecmp( wmname, "metacity" ) ) { - if( xcommon_verbose ) { - fprintf( stderr, "xcommon: You are using metacity. Disabling aspect ratio hints\n" - "xcommon: since most deployed versions of metacity are still broken.\n" ); - } - wm_is_metacity = 1; - } free( wmname ); _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits