mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[build] Fix native GLFW build
Fixes an undefined reference to `glfwGetWindowAttrib` when building with GLFW support enabled.
This commit is contained in:
parent
e6209d28cd
commit
62ef4854a6
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ GLFW_PROC(GLFWmonitor*, glfwGetPrimaryMonitor, (void))
|
|||
GLFW_PROC(const char**, glfwGetRequiredInstanceExtensions, (uint32_t*))
|
||||
GLFW_PROC(const GLFWvidmode*, glfwGetVideoMode, (GLFWmonitor*))
|
||||
GLFW_PROC(const GLFWvidmode*, glfwGetVideoModes, (GLFWmonitor*, int*))
|
||||
GLFW_PROC(int, glfwGetWindowAttrib, (GLFWwindow*, int))
|
||||
GLFW_PROC(void, glfwGetWindowSize, (GLFWwindow*, int*, int*))
|
||||
GLFW_PROC(void, glfwSetWindowMonitor, (GLFWwindow*, GLFWmonitor*, int, int, int, int, int))
|
||||
GLFW_PROC(void, glfwSetWindowSize, (GLFWwindow*, int, int))
|
||||
|
|
Loading…
Add table
Reference in a new issue