diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-12-09 23:13:31 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-12-09 23:13:31 +0000 |
commit | 6d394da4a65ef2dd9d84326c583e2fa0facfdae4 (patch) | |
tree | 4d3c88aace88f370d9a2925a41cb6935760388f9 | |
parent | 054094eab082228378319fa6fc49210221be3991 (diff) | |
download | xine-lib-6d394da4a65ef2dd9d84326c583e2fa0facfdae4.tar.gz xine-lib-6d394da4a65ef2dd9d84326c583e2fa0facfdae4.tar.bz2 |
sorry, black bars should be black again now
CVS patchset: 1202
CVS date: 2001/12/09 23:13:31
-rw-r--r-- | src/video_out/video_out_xv.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/video_out/video_out_xv.c b/src/video_out/video_out_xv.c index 3e8d0ad19..6bd3ac55f 100644 --- a/src/video_out/video_out_xv.c +++ b/src/video_out/video_out_xv.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_xv.c,v 1.84 2001/12/09 21:07:34 guenter Exp $ + * $Id: video_out_xv.c,v 1.85 2001/12/09 23:13:31 guenter Exp $ * * video_out_xv.c, X11 video extension interface for xine * @@ -543,9 +543,9 @@ static void xv_clear_unused_output_area (xv_driver_t *this, XFillRectangle (this->display, this->drawable, this->gc, dest_x, dest_y, dest_width, dest_height); } - /* + XSetForeground (this->display, this->gc, this->black.pixel); - */ + /* top black band */ XFillRectangle(this->display, this->drawable, this->gc, |