From 9264dea9a64681eacd0323d57632ff46c282be67 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Mon, 8 Feb 2021 22:07:50 -0500 Subject: [PATCH] issue #263 --- simpledisplay.d | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/simpledisplay.d b/simpledisplay.d index 2bb88e1..750e8c2 100644 --- a/simpledisplay.d +++ b/simpledisplay.d @@ -1505,6 +1505,11 @@ class SimpleWindow : CapableOfHandlingNativeEvent, CapableOfBeingDrawnUpon { this(size.width, size.height, title, opengl, resizable); } + /// ditto + this(Size size, string title, Resizability resizable, OpenGlOptions opengl = OpenGlOptions.no) { + this(size, title, opengl, resizable); + } + /++ Creates a window based on the given [Image]. It's client area