From d7645ffbdeb3b26c282abe4dac7f1ceab503d9cf Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Thu, 12 Jan 2017 19:59:30 -0500 Subject: [PATCH] oops --- simpledisplay.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simpledisplay.d b/simpledisplay.d index 8db44d4..4170b00 100644 --- a/simpledisplay.d +++ b/simpledisplay.d @@ -717,7 +717,7 @@ void setOpenGLContextVersion() (ubyte hi, ubyte lo) { sdpyOpenGLContextVersion = /** After creating OpenGL window, you can check this to see if you got only "legacy" OpenGL context. */ -@property bool openGLContextFallbackActivated() (bool v) { return (sdpyOpenGLContextVersion == 0); } +@property bool openGLContextFallbackActivated() () { return (sdpyOpenGLContextVersion == 0); } /**