[Spice-devel] [PATCH] spice-widget-x11: fix typo, add a missing comma (, )
nicolas prochazka
prochazka.nicolas at gmail.com
Thu Aug 30 06:07:18 PDT 2012
hello,
this patch seems to be not apply in master git spice-gtk branch
Regards,
Nicolas Prochazka
2012/7/30 Uri Lublin <uril at redhat.com>
> Found-by: Nicolas Prochazka <prochazka.nicolas at gmail.com>
> ---
> gtk/spice-widget-x11.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/gtk/spice-widget-x11.c b/gtk/spice-widget-x11.c
> index 7fc99ff..12865ba 100644
> --- a/gtk/spice-widget-x11.c
> +++ b/gtk/spice-widget-x11.c
> @@ -236,7 +236,7 @@ void spicex_expose_event(SpiceDisplay *display,
> GdkEventExpose *expose)
> XPutImage(d->dpy, gdk_x11_drawable_get_xid(window),
> d->gc, d->ximage,
> d->area.x + expose->area.x - d->mx, d->area.y +
> expose->area.y - d->my,
> - expose->area.x expose->area.y,
> + expose->area.x, expose->area.y,
> expose->area.width, expose->area.height);
> }
> } else {
> --
> 1.7.1
>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/spice-devel/attachments/20120830/6e2d24cc/attachment-0001.html>
More information about the Spice-devel
mailing list