diff options
Diffstat (limited to 'test/test_stub.c')
-rw-r--r-- | test/test_stub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_stub.c b/test/test_stub.c index 947cbd7..df0d6b2 100644 --- a/test/test_stub.c +++ b/test/test_stub.c @@ -52,7 +52,7 @@ main(int argc, char** argv) puglSetBackend(test.view, puglStubBackend()); puglSetEventFunc(test.view, onEvent); puglSetSizeHint(test.view, PUGL_DEFAULT_SIZE, 256, 256); - puglSetPosition(test.view, 384, 896); + puglSetPositionHint(test.view, PUGL_DEFAULT_POSITION, 384, 896); puglShow(test.view, PUGL_SHOW_RAISE); // Drive event loop until the view gets exposed |