Merge pull request #846 from Azaezel/alpha401/killSmallBorderless

supress smallborderless support
This commit is contained in:
Brian Roberts 2022-08-15 22:42:33 -05:00 committed by GitHub
commit 7db2862094
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -164,7 +164,7 @@ function GuiCanvas::checkCanvasRes(%this, %mode, %deviceId, %deviceMode, %startu
{
// Toggle for selecting the borderless window allowed sizes. Set true to allow
// borderless windows to be less than the device res.
%allowSmallBorderless = true;
%allowSmallBorderless = false;
%resX = getWord(%mode, $WORD::RES_X);
%resY = getWord(%mode, $WORD::RES_Y);