mirror of https://github.com/adamdruppe/arsd.git
issue #263
This commit is contained in:
parent
da73ad7a15
commit
9264dea9a6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue