diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2020-02-13 22:11:40 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-05-07 14:57:21 +0200 |
commit | 96bd8748a0745e864fc96cfdc4a0f406f0d44032 (patch) | |
tree | 2eddbcd35e6ed77097e769582dcdba0a10b5fb8a | |
parent | a92467f3c69d5d68190308fc6ce87a4c38ce8e76 (diff) | |
download | nx-libs-96bd8748a0745e864fc96cfdc4a0f406f0d44032.tar.gz nx-libs-96bd8748a0745e864fc96cfdc4a0f406f0d44032.tar.bz2 nx-libs-96bd8748a0745e864fc96cfdc4a0f406f0d44032.zip |
Clipboard.h: reformat comments
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Clipboard.h | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.h b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.h index 96821b482..e802a9929 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.h +++ b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.h @@ -41,18 +41,15 @@ typedef struct _XFixesAgentInfo extern XFixesAgentInfoRec nxagentXFixesInfo; /* - * Create the NX_SELTRANS_FROM_AGENT atom and - * initialize the required property to exchange - * data with the X server. + * Create the NX_SELTRANS_FROM_AGENT atom and initialize the required + * property to exchange data with the X server. */ extern Bool nxagentInitClipboard(WindowPtr pWindow); /* - * Called whenever a client or a window is - * destroyed to let the clipboard code to - * release any pointer to the referenced - * structures. + * Called whenever a client or a window is destroyed to let the + * clipboard code to release any pointer to the referenced structures. */ extern void nxagentClearClipboard(ClientPtr pClient, WindowPtr pWindow); |