aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_cairo.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_cairo.c')
-rw-r--r--test/test_cairo.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_cairo.c b/test/test_cairo.c
index 70f0f11..c64a9eb 100644
--- a/test/test_cairo.c
+++ b/test/test_cairo.c
@@ -65,7 +65,8 @@ main(int argc, char** argv)
puglSetHandle(test.view, &test);
puglSetBackend(test.view, puglCairoBackend());
puglSetEventFunc(test.view, onEvent);
- puglSetSizeHint(test.view, PUGL_DEFAULT_SIZE, 512, 512);
+ puglSetSizeHint(test.view, PUGL_DEFAULT_SIZE, 256, 256);
+ puglSetPosition(test.view, 128, 896);
puglShow(test.view, PUGL_SHOW_RAISE);
// Drive event loop until the view gets exposed