Commit 78bb80a8 authored by Ulrich Sibiller's avatar Ulrich Sibiller

Options.c: reformat comments

parent 024a2bc2
...@@ -34,10 +34,9 @@ ...@@ -34,10 +34,9 @@
#include "Utils.h" #include "Utils.h"
/* /*
* Instead of having a single options repository * Instead of having a single options repository data could be
* data could be attached to the display or the * attached to the display or the screen. The macro nxagentOption()
* screen. The macro nxagentOption() should make * should make the transition simple.
* the transition simple.
*/ */
AgentOptionsRec nxagentOptions; AgentOptionsRec nxagentOptions;
...@@ -52,8 +51,8 @@ AgentOptionsPtr nxagentOptionsPtr = &nxagentOptions; ...@@ -52,8 +51,8 @@ AgentOptionsPtr nxagentOptionsPtr = &nxagentOptions;
unsigned int nxagentPrintGeometryFlags = 0; unsigned int nxagentPrintGeometryFlags = 0;
/* /*
* This must be called at startup to initialize * This must be called at startup to initialize the options repository
* the options repository to the default values. * to the default values.
*/ */
void nxagentInitOptions(void) void nxagentInitOptions(void)
...@@ -176,12 +175,10 @@ void nxagentInitOptions(void) ...@@ -176,12 +175,10 @@ void nxagentInitOptions(void)
} }
/* /*
* This is called at session reconnection * This is called at session reconnection to reset some options to
* to reset some options to their default * their default values. The reason to avoid calling the
* values. The reason to avoid calling the * nxagentInitOptions() is that not all the options can change value
* nxagentInitOptions() is that not all the * when reconnecting.
* options can change value when reconnec-
* ting.
*/ */
void nxagentResetOptions(void) void nxagentResetOptions(void)
......
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