Commit c9549f3c authored by Ulrich Sibiller's avatar Ulrich Sibiller

Pointer.c: reformat comments

parent 22f01d23
...@@ -66,8 +66,8 @@ is" without express or implied warranty. ...@@ -66,8 +66,8 @@ is" without express or implied warranty.
#undef DEBUG #undef DEBUG
/* /*
* The nxagentReversePointerMap array is used to * The nxagentReversePointerMap array is used to memorize remote
* memorize remote display pointer map. * display pointer map.
*/ */
unsigned char nxagentReversePointerMap[MAXBUTTONS]; unsigned char nxagentReversePointerMap[MAXBUTTONS];
...@@ -76,13 +76,12 @@ void nxagentChangePointerControl(DeviceIntPtr pDev, PtrCtrl *ctrl) ...@@ -76,13 +76,12 @@ void nxagentChangePointerControl(DeviceIntPtr pDev, PtrCtrl *ctrl)
{ {
/* /*
* The original behaviour was to reset the pointer settings * The original behaviour was to reset the pointer settings
* (acceleration and alas) to the default values. What the * (acceleration and alas) to the default values. What the average
* average user expects, on the contrary, is to have agent * user expects, on the contrary, is to have agent inheriting
* inheriting whatever value is set on the real X display. * whatever value is set on the real X display. Having to reflect
* Having to reflect changes made inside the agent session, * changes made inside the agent session, the correct behavior would
* the correct behavior would be saving the original values * be saving the original values and restoring them as soon as focus
* and restoring them as soon as focus leaves the agent's * leaves the agent's window.
* window.
*/ */
if (nxagentOption(DeviceControl) == True) if (nxagentOption(DeviceControl) == True)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment