diff options
Diffstat (limited to 'test/test_local_copy_paste.c')
-rw-r--r-- | test/test_local_copy_paste.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_local_copy_paste.c b/test/test_local_copy_paste.c index 9aa4cba..20332d1 100644 --- a/test/test_local_copy_paste.c +++ b/test/test_local_copy_paste.c @@ -98,7 +98,8 @@ onEvent(PuglView* view, const PuglEvent* event) if (test->state == PASTED) { test->state = RECEIVED_OFFER; - assert(!puglAcceptOffer(view, &event->offer, 0, puglGetFrame(view))); + assert(!puglAcceptOffer( + view, &event->offer, 0, PUGL_ACTION_COPY, puglGetFrame(view))); } break; |