Added error for unsupported call.

This commit is contained in:
Camilla Berglund 2012-07-19 22:11:45 +02:00
parent 11143baa95
commit 311b9df102
1 changed files with 2 additions and 1 deletions

View File

@ -531,6 +531,7 @@ GLFWglproc _glfwPlatformGetProcAddress(const char* procname)
void _glfwPlatformCopyContext(_GLFWwindow* src, _GLFWwindow* dst, unsigned long mask) void _glfwPlatformCopyContext(_GLFWwindow* src, _GLFWwindow* dst, unsigned long mask)
{ {
// AFAIK, EGL doesn't have this _glfwSetError(GLFW_PLATFORM_ERROR,
"X11/EGL: Context copying not supported by EGL");
} }