aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_gl_free_unrealized.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_gl_free_unrealized.c')
-rw-r--r--test/test_gl_free_unrealized.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test_gl_free_unrealized.c b/test/test_gl_free_unrealized.c
index ba0d895..7ff8913 100644
--- a/test/test_gl_free_unrealized.c
+++ b/test/test_gl_free_unrealized.c
@@ -9,8 +9,8 @@
#undef NDEBUG
-#include "pugl/gl.h"
-#include "pugl/pugl.h"
+#include <pugl/gl.h>
+#include <pugl/pugl.h>
#include <assert.h>
#include <stddef.h>
@@ -32,7 +32,7 @@ main(void)
puglSetBackend(test.view, puglGlBackend());
puglSetHandle(test.view, &test);
puglSetSizeHint(test.view, PUGL_DEFAULT_SIZE, 256, 256);
- puglSetPosition(test.view, 640, 896);
+ puglSetPositionHint(test.view, PUGL_DEFAULT_POSITION, 640, 896);
assert(!puglGetVisible(test.view));