Commit ffce5337 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Clipboard.c: reformat some comments

parent 9226abf6
...@@ -1579,10 +1579,8 @@ void nxagentSetSelectionOwner(Selection *pSelection) ...@@ -1579,10 +1579,8 @@ void nxagentSetSelectionOwner(Selection *pSelection)
{ {
#ifdef DEBUG #ifdef DEBUG
fprintf(stderr, "%s: lastSelectionOwner.client [%p] index [%d] -> [%p] index [%d]\n", __func__, fprintf(stderr, "%s: lastSelectionOwner.client [%p] index [%d] -> [%p] index [%d]\n", __func__,
(void *)lastSelectionOwner[i].client, (void *)lastSelectionOwner[i].client, CLINDEX(lastSelectionOwner[i].client),
CLINDEX(lastSelectionOwner[i].client), (void *)pSelection->client, CLINDEX(pSelection->client));
(void *)pSelection->client,
CLINDEX(pSelection->client));
fprintf(stderr, "%s: lastSelectionOwner.window [0x%x] -> [0x%x]\n", __func__, fprintf(stderr, "%s: lastSelectionOwner.window [0x%x] -> [0x%x]\n", __func__,
lastSelectionOwner[i].window, pSelection->window); lastSelectionOwner[i].window, pSelection->window);
fprintf(stderr, "%s: lastSelectionOwner.windowPtr [%p] -> [%p] [0x%x] (serverWindow: [0x%x])\n", __func__, fprintf(stderr, "%s: lastSelectionOwner.windowPtr [%p] -> [%p] [0x%x] (serverWindow: [0x%x])\n", __func__,
...@@ -1616,7 +1614,7 @@ void nxagentSetSelectionOwner(Selection *pSelection) ...@@ -1616,7 +1614,7 @@ void nxagentSetSelectionOwner(Selection *pSelection)
/* /*
FIXME FIXME
if (XGetSelectionOwner(nxagentDisplay,pSelection->selection)==serverWindow) if (XGetSelectionOwner(nxagentDisplay,pSelection->selection) == serverWindow)
{ {
fprintf (stderr, "%s: SetSelectionOwner OK\n", __func__); fprintf (stderr, "%s: SetSelectionOwner OK\n", __func__);
......
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