aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/NXpicture.c
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2021-01-04 14:12:05 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-01-16 00:23:39 +0100
commit12b96fd9abb9289039cb71a03703dcfc503f61e1 (patch)
treedde5f96c6e6d8f8a1960f5394b0f9921e7e9ab07 /nx-X11/programs/Xserver/hw/nxagent/NXpicture.c
parent0a06ee77a2ffd2b1dc5f1d6ebe93789be12f259f (diff)
downloadnx-libs-12b96fd9abb9289039cb71a03703dcfc503f61e1.tar.gz
nx-libs-12b96fd9abb9289039cb71a03703dcfc503f61e1.tar.bz2
nx-libs-12b96fd9abb9289039cb71a03703dcfc503f61e1.zip
fix formatting and spelling in various files
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/NXpicture.c')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/NXpicture.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/NXpicture.c b/nx-X11/programs/Xserver/hw/nxagent/NXpicture.c
index ae9de652a..5bda3c9ef 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/NXpicture.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/NXpicture.c
@@ -528,13 +528,12 @@ void nxagentReconnectPictFormat(void *p0, XID x1, void *p2)
}
/*
- * The set of picture formats may change considerably
- * between different X servers. This poses a problem
- * while migrating NX sessions, because a requisite to
- * successfully reconnect the session is that all pic-
- * ture formats have to be available on the new X server.
- * To reduce such problems, we use a limited set of
- * pictures available on the most X servers.
+ * The set of picture formats may change considerably between
+ * different X servers. This poses a problem while migrating NX
+ * sessions, because a requisite to successfully reconnect the session
+ * is that all picture formats have to be available on the new X
+ * server. To reduce such problems, we use a limited set of pictures
+ * available on the most X servers.
*/
void nxagentPictureCreateDefaultFormats(ScreenPtr pScreen, FormatInitRec *formats, int *nformats)