[Spice-devel] [PATCH] spice-widget-x11: fix typo, add a missing comma (, )
Hans de Goede
hdegoede at redhat.com
Tue Jul 31 04:05:29 PDT 2012
ACK,
Note I believe it is fine to push such trivial fixes without a patch.
On 07/30/2012 05:48 PM, Uri Lublin wrote:
> 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 {
>
More information about the Spice-devel
mailing list