mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
Removed 'screen' from monitor nomenclature.
This commit is contained in:
+2
-2
@@ -218,8 +218,8 @@ static GLboolean createWindow(_GLFWwindow* window,
|
||||
if (wndconfig->monitor)
|
||||
{
|
||||
hints->flags |= PPosition;
|
||||
hints->x = wndconfig->monitor->screenX;
|
||||
hints->y = wndconfig->monitor->screenY;
|
||||
hints->x = wndconfig->monitor->positionX;
|
||||
hints->y = wndconfig->monitor->positionY;
|
||||
}
|
||||
|
||||
if (!wndconfig->resizable)
|
||||
|
||||
Reference in New Issue
Block a user