[PATCH 1/5] ephyr: Fix up some bizarre formatting
Adam Jackson
ajax at redhat.com
Mon Jul 30 11:32:08 PDT 2012
Signed-off-by: Adam Jackson <ajax at redhat.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
More information about the xorg-devel
mailing list