[PATCH 07/14] doc: Fix alignment.
Cyril Brulebois
kibi at debian.org
Sun Jun 5 17:25:05 PDT 2011
Signed-off-by: Cyril Brulebois <kibi at debian.org>
---
doc/Xinput.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/Xinput.xml b/doc/Xinput.xml
index 1ae7afe..821e300 100644
--- a/doc/Xinput.xml
+++ b/doc/Xinput.xml
@@ -1084,7 +1084,7 @@ The following code fragment shows how the two wire events could be initialized:
deviceKeyButtonPointer *xev = (deviceKeyButtonPointer *) xE;
deviceValuator *xv;
- xev->type = DeviceKeyPress; /* defined by input extension */
+ xev->type = DeviceKeyPress; /* defined by input extension */
xev->detail = keycode; /* key pressed on this device */
xev->time = timestamp; /* same as for core events */
xev->rootX = pointerx; /* x location of core pointer */
@@ -1099,7 +1099,7 @@ The following code fragment shows how the two wire events could be initialized:
/* */
/******************************************************************/
- xev->deviceid = dev->id | MORE_EVENTS; /* sending more than 1*/
+ xev->deviceid = dev->id | MORE_EVENTS; /* sending more than 1 */
/******************************************************************/
/* Fields in the second 32-byte wire event: */
@@ -1158,7 +1158,7 @@ The following code fragment shows how the two wire events could be initialized:
/* */
/******************************************************************/
- xev->deviceid = dev->id | MORE_EVENTS; /* sending more than 1*/
+ xev->deviceid = dev->id | MORE_EVENTS; /* sending more than 1 */
/******************************************************************/
/* Fields in the second 32-byte wire event: */
--
1.7.5.3
More information about the xorg-devel
mailing list