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