mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-23 07:39:18 -05:00
Update rcore_desktop_glfw.c
This commit is contained in:
@ -268,7 +268,7 @@ void ToggleBorderlessWindowed(void)
|
|||||||
int monitorPosY = 0;
|
int monitorPosY = 0;
|
||||||
glfwGetMonitorPos(monitors[monitor], &monitorPosX, &monitorPosY);
|
glfwGetMonitorPos(monitors[monitor], &monitorPosX, &monitorPosY);
|
||||||
CORE.Window.position.x = monitorPosX;
|
CORE.Window.position.x = monitorPosX;
|
||||||
CORE.Window.position.x = monitorPosY;
|
CORE.Window.position.y = monitorPosY;
|
||||||
|
|
||||||
CORE.Window.screen.width = mode->width;
|
CORE.Window.screen.width = mode->width;
|
||||||
CORE.Window.screen.height = mode->height;
|
CORE.Window.screen.height = mode->height;
|
||||||
|
|||||||
Reference in New Issue
Block a user