summaryrefslogtreecommitdiffstats
path: root/opengl/tests/angeles/app-linux.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'opengl/tests/angeles/app-linux.cpp')
-rw-r--r--opengl/tests/angeles/app-linux.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/tests/angeles/app-linux.cpp b/opengl/tests/angeles/app-linux.cpp
index e490351..ced8786 100644
--- a/opengl/tests/angeles/app-linux.cpp
+++ b/opengl/tests/angeles/app-linux.cpp
@@ -118,7 +118,7 @@ static void checkEGLErrors()
fprintf(stderr, "EGL Error: 0x%04x\n", (int)error);
}
-static int initGraphics(unsigned samples, const WindowSurface& windowSurface)
+static int initGraphics(EGLint samples, const WindowSurface& windowSurface)
{
EGLint configAttribs[] = {
EGL_DEPTH_SIZE, 16,