diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2019-10-31 01:28:51 +0100 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2020-01-05 22:40:32 +0100 |
commit | 1bb0e999eb7ad6bbc6c470a2ecf833c22500b5c1 (patch) | |
tree | ad76262a342ad855e4c8732e215c29f17bd7d7b8 /nx-X11/programs/Xserver/hw/nxagent/Visual.h | |
parent | 5db6217ccdb03f5841498f6c69e338da7f06c04b (diff) | |
download | nx-libs-1bb0e999eb7ad6bbc6c470a2ecf833c22500b5c1.tar.gz nx-libs-1bb0e999eb7ad6bbc6c470a2ecf833c22500b5c1.tar.bz2 nx-libs-1bb0e999eb7ad6bbc6c470a2ecf833c22500b5c1.zip |
Visual.c: reformat comments
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Visual.h')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Visual.h | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Visual.h b/nx-X11/programs/Xserver/hw/nxagent/Visual.h index 70799f3f8..cfb0f8977 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Visual.h +++ b/nx-X11/programs/Xserver/hw/nxagent/Visual.h @@ -50,17 +50,14 @@ Colormap nxagentDefaultVisualColormap(Visual *visual); nxagentVisualFromID((pScreen), (pScreen) -> rootVisual) /* - * Visual generated by Xorg and Xfree86 at - * 16-bit depth differs on the bits_per_rgb - * value, so we avoid checking it. + * Visual generated by Xorg and Xfree86 at 16-bit depth differs on the + * bits_per_rgb value, so we avoid checking it. */ /* - * Some Solaris X servers uses the color - * masks inverted, so that the red and - * the blue mask are switched. To reconnect - * the session on this displays, we do a - * double check, as workaround. + * Some Solaris X servers uses the color masks inverted, so that the + * red and the blue mask are switched. To reconnect the session on + * this displays, we do a double check, as workaround. */ #define nxagentCompareVisuals(v1, v2) \ |