mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-26 02:41:54 +00:00
Merge branch 'glfw_upstream' of https://github.com/Luflosi/kitty
This commit is contained in:
commit
df48e2f9e2
1 changed files with 2 additions and 2 deletions
4
glfw/null_monitor.c
vendored
4
glfw/null_monitor.c
vendored
|
|
@ -90,9 +90,9 @@ void _glfwPlatformGetMonitorWorkarea(_GLFWmonitor* monitor UNUSED,
|
|||
const GLFWvidmode mode = getVideoMode();
|
||||
|
||||
if (xpos)
|
||||
*xpos = 10;
|
||||
*xpos = 0;
|
||||
if (ypos)
|
||||
ypos = 0;
|
||||
*ypos = 10;
|
||||
if (width)
|
||||
*width = mode.width;
|
||||
if (height)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue