diff --git a/Source/OpenTK/Platform/Linux/LinuxGraphicsContext.cs b/Source/OpenTK/Platform/Linux/LinuxGraphicsContext.cs index f2d55186..d6959544 100644 --- a/Source/OpenTK/Platform/Linux/LinuxGraphicsContext.cs +++ b/Source/OpenTK/Platform/Linux/LinuxGraphicsContext.cs @@ -286,8 +286,8 @@ namespace OpenTK.Platform.Linux Drm.ModeSetCrtc(fd, wnd.DisplayDevice.pCrtc->crtc_id, wnd.DisplayDevice.pCrtc->buffer_id, - wnd.DisplayDevice.pCrtc->width, - wnd.DisplayDevice.pCrtc->height, + wnd.DisplayDevice.pCrtc->x, + wnd.DisplayDevice.pCrtc->y, &connector_id, 1, &mode);