break line

Original commit message from CVS:
break line
This commit is contained in:
Thomas Vander Stichele 2004-07-26 13:04:32 +00:00
parent a79c5196c8
commit a7f894f833

View file

@ -290,7 +290,8 @@ gst_ximagesink_ximage_put (GstXImageSink * ximagesink, GstXImage * ximage)
x = MAX (0, (ximagesink->xwindow->width - ximage->width) / 2);
y = MAX (0, (ximagesink->xwindow->height - ximage->height) / 2);
w = ximage->width, h = ximage->height;
w = ximage->width;
h = ximage->height;
g_mutex_lock (ximagesink->x_lock);
#ifdef HAVE_XSHM