From 1339730e4ecec694276a02d2bdaa418f90108793 Mon Sep 17 00:00:00 2001 From: Michael Hartlef Date: Sat, 5 Dec 2020 15:11:16 +0100 Subject: [PATCH] Update VERSIONS.TXT --- VERSIONS.TXT | 1 + 1 file changed, 1 insertion(+) diff --git a/VERSIONS.TXT b/VERSIONS.TXT index 699b1e38..278112df 100644 --- a/VERSIONS.TXT +++ b/VERSIONS.TXT @@ -1,6 +1,7 @@ ***** v2020-12-05 ***** FIX: [MOJO/MOJO2] Another try at fixing apps that don't scale right on retina displays. (Author: Phil7) +FIX: [HTTPREQUEST] Fixed compiling error on Linux about missing curl include file. (Author: MikeHart) MOD: [MOJO/MOJO2] Renamed #GLFW_HIGH_DPI_ENABLED constant, to #GLFW_MACOS_RETINA_ENABLED. (Author: Phil7) NEW: [MOJO/MOJO2] Added DeviceWindowWidth:Int() and DeviceWindowHeight:Int() to retrieve to retrieve the size of a windows in desktop unit sizes. (Author: Phil7) NEW: [MOJO/MOJO2] Added DrawImageRect:Void( image:Image,tx:Float,ty:Float,sourceX:Int,sourceY:Int,sourceWidth:Int,sourceHeight:Int,rz:Float=0,sx:Float=1,sy:Float=1 ) (Author: Martin)