aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_realize.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_realize.c')
-rw-r--r--test/test_realize.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_realize.c b/test/test_realize.c
index 4bdafae..fcf106e 100644
--- a/test/test_realize.c
+++ b/test/test_realize.c
@@ -72,7 +72,8 @@ main(int argc, char** argv)
puglSetBackend(test.view, puglStubBackend());
assert(puglRealize(test.view) == PUGL_BAD_CONFIGURATION);
- puglSetSizeHint(test.view, PUGL_DEFAULT_SIZE, 512, 512);
+ puglSetSizeHint(test.view, PUGL_DEFAULT_SIZE, 256, 256);
+ puglSetPosition(test.view, 640, 128);
// Create initially invisible window
assert(!puglRealize(test.view));