Make EGL use ctxconfig instead of wndconfig

This commit is contained in:
Jonas Ådahl
2014-03-14 22:10:58 +01:00
committed by Camilla Berglund
parent 22c5192b3d
commit b2b3f170a9
2 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ typedef struct _GLFWlibraryEGL
int _glfwInitContextAPI(void);
void _glfwTerminateContextAPI(void);
int _glfwCreateContext(_GLFWwindow* window,
const _GLFWwndconfig* wndconfig,
const _GLFWctxconfig* ctxconfig,
const _GLFWfbconfig* fbconfig);
void _glfwDestroyContext(_GLFWwindow* window);
int _glfwAnalyzeContext(const _GLFWwindow* window,