diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2019-10-31 01:33:54 +0100 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2020-01-05 22:40:32 +0100 |
commit | 78bb80a84a4e4f0955e11d05bf20710ea97e0997 (patch) | |
tree | b00c6e30a7ebb5193905f37c7b6e15887450ede3 | |
parent | 024a2bc2e56d5851c584fd34c497d6749170593c (diff) | |
download | nx-libs-78bb80a84a4e4f0955e11d05bf20710ea97e0997.tar.gz nx-libs-78bb80a84a4e4f0955e11d05bf20710ea97e0997.tar.bz2 nx-libs-78bb80a84a4e4f0955e11d05bf20710ea97e0997.zip |
Options.c: reformat comments
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Options.c | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Options.c b/nx-X11/programs/Xserver/hw/nxagent/Options.c index 5c3a44c23..9e11dc5f2 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Options.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Options.c @@ -34,10 +34,9 @@ #include "Utils.h" /* - * Instead of having a single options repository - * data could be attached to the display or the - * screen. The macro nxagentOption() should make - * the transition simple. + * Instead of having a single options repository data could be + * attached to the display or the screen. The macro nxagentOption() + * should make the transition simple. */ AgentOptionsRec nxagentOptions; @@ -52,8 +51,8 @@ AgentOptionsPtr nxagentOptionsPtr = &nxagentOptions; unsigned int nxagentPrintGeometryFlags = 0; /* - * This must be called at startup to initialize - * the options repository to the default values. + * This must be called at startup to initialize the options repository + * to the default values. */ void nxagentInitOptions(void) @@ -176,12 +175,10 @@ void nxagentInitOptions(void) } /* - * This is called at session reconnection - * to reset some options to their default - * values. The reason to avoid calling the - * nxagentInitOptions() is that not all the - * options can change value when reconnec- - * ting. + * This is called at session reconnection to reset some options to + * their default values. The reason to avoid calling the + * nxagentInitOptions() is that not all the options can change value + * when reconnecting. */ void nxagentResetOptions(void) |