From 3ffdf161d692e4c4644628935994a179d1063e6a Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Wed, 22 Mar 2023 07:52:45 -0400 Subject: [PATCH] support certain complilers --- simpledisplay.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simpledisplay.d b/simpledisplay.d index f7bb51d..2791a9a 100644 --- a/simpledisplay.d +++ b/simpledisplay.d @@ -7219,7 +7219,7 @@ enum Resizability { History: Added November 11, 2022, but not yet implemented and may not be for some time. +/ - @future allowResizingMaintainingAspectRatio, + allowResizingMaintainingAspectRatio, /++ If possible, your drawing buffer will remain the same size and simply be automatically scaled to the new window size, letterboxing if needed to keep the aspect ratio. If this is impossible, it will fallback to [fixedSize]. The simpledisplay library will always provide the illusion that your window is the same size you requested, even if it scales things for you, meaning [width] and [height] will never change.