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