aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_gl.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_gl.c')
-rw-r--r--test/test_gl.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/test_gl.c b/test/test_gl.c
index 8854cad..dac41b5 100644
--- a/test/test_gl.c
+++ b/test/test_gl.c
@@ -5,10 +5,10 @@
#undef NDEBUG
-#include "test_utils.h"
+#include <puglutil/test_utils.h>
-#include "pugl/gl.h"
-#include "pugl/pugl.h"
+#include <pugl/gl.h>
+#include <pugl/pugl.h>
#include <assert.h>
#include <stdbool.h>
@@ -85,7 +85,7 @@ main(int argc, char** argv)
puglSetBackend(test.view, puglGlBackend());
puglSetEventFunc(test.view, onEvent);
puglSetSizeHint(test.view, PUGL_DEFAULT_SIZE, 256, 256);
- puglSetPosition(test.view, 384, 896);
+ puglSetPositionHint(test.view, PUGL_DEFAULT_POSITION, 384, 896);
puglShow(test.view, PUGL_SHOW_RAISE);
// Enter OpenGL context as if setting things up