aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_show_hide.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_show_hide.c')
-rw-r--r--test/test_show_hide.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_show_hide.c b/test/test_show_hide.c
index 7b410f4..2709daf 100644
--- a/test/test_show_hide.c
+++ b/test/test_show_hide.c
@@ -114,7 +114,8 @@ main(int argc, char** argv)
puglSetBackend(test.view, puglStubBackend());
puglSetHandle(test.view, &test);
puglSetEventFunc(test.view, onEvent);
- puglSetSizeHint(test.view, PUGL_DEFAULT_SIZE, 512, 512);
+ puglSetSizeHint(test.view, PUGL_DEFAULT_SIZE, 256, 256);
+ puglSetPosition(test.view, 128, 384);
// Create initially invisible window
assert(!puglRealize(test.view));