Move the bell implementation into glfw

This commit is contained in:
Kovid Goyal
2017-11-20 23:03:27 +05:30
parent 32a6dd2aa1
commit a5078afd1e
12 changed files with 76 additions and 46 deletions

5
glfw/null_window.c vendored
View File

@@ -200,6 +200,11 @@ void _glfwPlatformRequestWindowAttention(_GLFWwindow* window)
{
}
int _glfwPlatformWindowBell(_GLFWwindow* window, int64_t param)
{
return GLFW_FALSE;
}
void _glfwPlatformUnhideWindow(_GLFWwindow* window)
{
}