Commit 96bd8748 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Clipboard.h: reformat comments

parent a92467f3
...@@ -41,18 +41,15 @@ typedef struct _XFixesAgentInfo ...@@ -41,18 +41,15 @@ typedef struct _XFixesAgentInfo
extern XFixesAgentInfoRec nxagentXFixesInfo; extern XFixesAgentInfoRec nxagentXFixesInfo;
/* /*
* Create the NX_SELTRANS_FROM_AGENT atom and * Create the NX_SELTRANS_FROM_AGENT atom and initialize the required
* initialize the required property to exchange * property to exchange data with the X server.
* data with the X server.
*/ */
extern Bool nxagentInitClipboard(WindowPtr pWindow); extern Bool nxagentInitClipboard(WindowPtr pWindow);
/* /*
* Called whenever a client or a window is * Called whenever a client or a window is destroyed to let the
* destroyed to let the clipboard code to * clipboard code to release any pointer to the referenced structures.
* release any pointer to the referenced
* structures.
*/ */
extern void nxagentClearClipboard(ClientPtr pClient, WindowPtr pWindow); extern void nxagentClearClipboard(ClientPtr pClient, WindowPtr pWindow);
......
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