aboutsummaryrefslogtreecommitdiffstats
path: root/emulator/opengl/tests/translator_tests/GLES_V2/triangleV2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'emulator/opengl/tests/translator_tests/GLES_V2/triangleV2.cpp')
-rw-r--r--emulator/opengl/tests/translator_tests/GLES_V2/triangleV2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulator/opengl/tests/translator_tests/GLES_V2/triangleV2.cpp b/emulator/opengl/tests/translator_tests/GLES_V2/triangleV2.cpp
index 59535c5..732a19a 100644
--- a/emulator/opengl/tests/translator_tests/GLES_V2/triangleV2.cpp
+++ b/emulator/opengl/tests/translator_tests/GLES_V2/triangleV2.cpp
@@ -372,7 +372,7 @@ int main(int argc, char **argv)
#ifdef _WIN32
HWND windowId = NULL;
#elif __linux__
- Window windowId = NULL;
+ Window windowId = 0;
#elif __APPLE__
void* windowId = NULL;
#endif