diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2001-12-29 15:43:02 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2001-12-29 15:43:02 +0000 |
commit | 1281942b8d95ee10883a120b532b1504f873ffe2 (patch) | |
tree | efad365eda4ecaf3c7d4bcee015efebc93aaa47b /src | |
parent | 7d5711869dba53beb677cacf650721f2523c558d (diff) | |
download | xine-lib-1281942b8d95ee10883a120b532b1504f873ffe2.tar.gz xine-lib-1281942b8d95ee10883a120b532b1504f873ffe2.tar.bz2 |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/video_out/video_out_syncfb.c | 4 |
1 files 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; |