Skip to content

Commit

Permalink
...and consequently catch two more slips in sqUnixExtendedClipboard.c.
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotmiranda committed Mar 28, 2023
1 parent 55c9a9d commit 901401c
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -67,7 +67,7 @@ sqPasteboardClear(void *inPasteboard)
/* Return a number of types.
* Update it only if the selection is CLIPBOARD
*/
int
sqInt
sqPasteboardGetItemCount(void *inPasteboard)
{
int i;
Expand Down Expand Up @@ -141,6 +141,7 @@ sqPasteboardCopyItemFlavorDataformatformatLength(void *inPasteboard, char *forma
return outData;
}

sqInt
sqPasteboardCopyItemFlavorDataformat(void *inPasteboard, sqInt format)
{
interpreterProxy->primitiveFailFor(PrimErrUnsupported);
Expand Down

0 comments on commit 901401c

Please sign in to comment.