diff options
Diffstat (limited to 'test/test_remote_copy_paste.c')
-rw-r--r-- | test/test_remote_copy_paste.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_remote_copy_paste.c b/test/test_remote_copy_paste.c index 828992d..0abcb73 100644 --- a/test/test_remote_copy_paste.c +++ b/test/test_remote_copy_paste.c @@ -161,8 +161,8 @@ main(int argc, char** argv) puglSetPosition(app.pasterView, 512, 512); // Create and show both views - assert(!puglShow(app.copierView)); - assert(!puglShow(app.pasterView)); + assert(!puglShow(app.copierView, PUGL_SHOW_PASSIVE)); + assert(!puglShow(app.pasterView, PUGL_SHOW_PASSIVE)); // Run until the test is finished while (app.state != FINISHED) { |