aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2019-09-06 14:40:10 +0200
committerUlrich Sibiller <uli42@gmx.de>2020-01-05 22:37:36 +0100
commit58415b5609c13c8efe58a674366f136f6217e060 (patch)
treedbe8550052d005a6c1df6875b00e5b3aa44d4757 /nx-X11/programs/Xserver/hw/nxagent/Keyboard.c
parente3b4405474972a8528f5a108b9990885760e067a (diff)
downloadnx-libs-58415b5609c13c8efe58a674366f136f6217e060.tar.gz
nx-libs-58415b5609c13c8efe58a674366f136f6217e060.tar.bz2
nx-libs-58415b5609c13c8efe58a674366f136f6217e060.zip
Keyboard.c: reformat comments
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Keyboard.c')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Keyboard.c43
1 files changed, 20 insertions, 23 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c b/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c
index a79052080..1ff058659 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c
@@ -104,10 +104,9 @@ static void nxagentWriteKeyboardFile(char *rules, char *model, char *layout, cha
#endif
/*
- * Unfortunately we cannot just include XKBlib.h.
- * It conflicts with the server side definitions
- * of the same symbols. This is more a X problem
- * than our.
+ * Unfortunately we cannot just include XKBlib.h. It conflicts with
+ * the server side definitions of the same symbols. This is more a X
+ * problem than our.
*/
#ifdef XKB
@@ -158,8 +157,7 @@ static char *nxagentRemoteOptions = NULL;
XkbAgentInfoRec nxagentXkbInfo = { -1, -1, -1, -1, -1 };
/*
- * Keyboard status, updated through XKB
- * events.
+ * Keyboard status, updated through XKB events.
*/
XkbAgentStateRec nxagentXkbState = { 0, 0, 0, 0, 0 };
@@ -283,9 +281,8 @@ void nxagentChangeKeyboardControl(DeviceIntPtr pDev, KeybdCtrl *ctrl)
/*
* We want to prevent agent generating auto-repeated
- * keystrokes. Let's intercept any attempt by appli-
- * cations to change the default timeouts on the
- * nxagent device.
+ * keystrokes. Let's intercept any attempt by appli- cations to
+ * change the default timeouts on the nxagent device.
*/
#ifdef TEST
@@ -305,8 +302,8 @@ void nxagentChangeKeyboardControl(DeviceIntPtr pDev, KeybdCtrl *ctrl)
#endif
/*
- * If enabled, propagate the changes to the
- * devices attached to the real X server.
+ * If enabled, propagate the changes to the devices attached to the
+ * real X server.
*/
if (nxagentOption(DeviceControl))
@@ -328,8 +325,8 @@ void nxagentChangeKeyboardControl(DeviceIntPtr pDev, KeybdCtrl *ctrl)
};
/*
- * Don't propagate the auto repeat mode. It is forced to be
- * off in the agent server.
+ * Don't propagate the auto repeat mode. It is forced to be off in
+ * the agent server.
*
* value_mask |= KBAutoRepeatMode;
* values.auto_repeat_mode = ctrl->autoRepeat ?
@@ -339,9 +336,9 @@ void nxagentChangeKeyboardControl(DeviceIntPtr pDev, KeybdCtrl *ctrl)
XChangeKeyboardControl(nxagentDisplay, value_mask, &values);
/*
- * At this point, we need to walk through the vector and
- * compare it to the current server vector. If there are
- * differences, report them.
+ * At this point, we need to walk through the vector and compare
+ * it to the current server vector. If there are differences,
+ * report them.
*/
value_mask = KBLed | KBLedMode;
@@ -403,11 +400,11 @@ N/A
#endif
/*
- * Prevent agent from generating auto-repeat keystroke.
- * Note that this is working only if XKB is enabled.
- * A better solution should account cases where XKB is
- * not available. Check also the behaviour of the
- * DeviceControl nxagent option.
+ * Prevent agent from generating auto-repeat keystroke. Note
+ * that this is working only if XKB is enabled. A better
+ * solution should account cases where XKB is not
+ * available. Check also the behaviour of the DeviceControl
+ * nxagent option.
*/
XkbDfltRepeatDelay = ~ 0;
@@ -607,8 +604,8 @@ XkbError:
}
/*
- * There is no description for pc105 on Solaris.
- * Need to revert to the closest approximation.
+ * There is no description for pc105 on Solaris. Need to
+ * revert to the closest approximation.
*/
#ifdef TEST