Commit 719488da authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Clipboard.c: add FIXME

parent 9a5f519a
...@@ -562,6 +562,7 @@ FIXME: Do we need this? ...@@ -562,6 +562,7 @@ FIXME: Do we need this?
nxagentLastRequestedSelection = X->xselectionrequest.selection; nxagentLastRequestedSelection = X->xselectionrequest.selection;
/* FIXME: shouldn't we reset i to 0 here first? */
while ((i < nxagentMaxSelections) && while ((i < nxagentMaxSelections) &&
(lastSelectionOwner[i].selection != X->xselectionrequest.selection)) (lastSelectionOwner[i].selection != X->xselectionrequest.selection))
{ {
......
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