From 1281942b8d95ee10883a120b532b1504f873ffe2 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Sat, 29 Dec 2001 15:43:02 +0000 Subject: i hope it's safe to do that. sometimes images were now show with logo_visibility initialized to 1. CVS patchset: 1320 CVS date: 2001/12/29 15:43:02 --- src/video_out/video_out_syncfb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/video_out/video_out_syncfb.c b/src/video_out/video_out_syncfb.c index 613ba5e74..db8214150 100644 --- a/src/video_out/video_out_syncfb.c +++ b/src/video_out/video_out_syncfb.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out_syncfb.c,v 1.48 2001/12/16 17:01:12 miguelfreitas Exp $ + * $Id: video_out_syncfb.c,v 1.49 2001/12/29 15:43:02 miguelfreitas Exp $ * * video_out_syncfb.c, SyncFB (for Matrox G200/G400 cards) interface for xine * @@ -1248,7 +1248,7 @@ vo_driver_t *init_video_out_plugin (config_values_t *config, void *visual_gen) { this->frame_height = 0; this->frame_width = 0; this->gc = XCreateGC (this->display, this->drawable, 0, NULL); - this->logo_visibility = 1; + this->logo_visibility = 0; this->output_height = 0; this->output_width = 0; this->output_xoffset = 0; -- cgit v1.2.3