upgrade SDL to version 2.0.8
[platform/upstream/SDL.git] / src / video / tizen / SDL_tizenopengles.c
index 0e145ec..aedf463 100755 (executable)
@@ -51,7 +51,7 @@ Tizen_GLES_LoadLibrary(_THIS, const char *path)
 
     Ecore_Wl2_Display *wl2_display = ecore_wl2_connected_display_get(NULL);
 
-    ret = SDL_EGL_LoadLibrary(_this, path, (NativeDisplayType)ecore_wl2_display_get(wl2_display));
+    ret = SDL_EGL_LoadLibrary(_this, path, (NativeDisplayType)ecore_wl2_display_get(wl2_display), 0);
     return ret;
 }