diff options
Diffstat (limited to 'test/test_remote_copy_paste.c')
-rw-r--r-- | test/test_remote_copy_paste.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_remote_copy_paste.c b/test/test_remote_copy_paste.c index de5a61b..e6464d8 100644 --- a/test/test_remote_copy_paste.c +++ b/test/test_remote_copy_paste.c @@ -108,7 +108,8 @@ onPasterEvent(PuglView* const view, const PuglEvent* const 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; |