[PATCH 1/5] ephyr: Fix up some bizarre formatting
Alex Deucher
alexdeucher at gmail.com
Mon Jul 30 11:37:04 PDT 2012
On Mon, Jul 30, 2012 at 2:32 PM, Adam Jackson <ajax at redhat.com> wrote:
> Signed-off-by: Adam Jackson <ajax at redhat.com>
Reviewed-by: Alex Deucher <alexander.deucher at amd.com>
> ---
> hw/kdrive/ephyr/hostx.c | 5 ++++-
> 1 files changed, 4 insertions(+), 1 deletions(-)
>
> diff --git a/hw/kdrive/ephyr/hostx.c b/hw/kdrive/ephyr/hostx.c
> index 6988f16..e13910b 100644
> --- a/hw/kdrive/ephyr/hostx.c
> +++ b/hw/kdrive/ephyr/hostx.c
> @@ -345,7 +345,10 @@ hostx_init(void)
> attr.event_mask =
> ButtonPressMask
> | ButtonReleaseMask
> - | PointerMotionMask | KeyPressMask | KeyReleaseMask | ExposureMask;
> + | PointerMotionMask
> + | KeyPressMask
> + | KeyReleaseMask
> + | ExposureMask;
>
> EPHYR_DBG("mark");
>
> --
> 1.7.7.6
>
> _______________________________________________
> xorg-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel
More information about the xorg-devel
mailing list