From 5ec5cf24509c8638e0c21e0a75e23cf5e9613497 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sat, 17 Mar 2018 18:34:20 +0900 Subject: [PATCH] ui: Add comments --- internal/ui/ui_glfw.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ui/ui_glfw.go b/internal/ui/ui_glfw.go index 60d1e9053..e210a20c5 100644 --- a/internal/ui/ui_glfw.go +++ b/internal/ui/ui_glfw.go @@ -412,7 +412,7 @@ func SetWindowDecorated(decorated bool) { panic("ui: SetWindowDecorated can't be called after Run so far.") - // TODO: Now SetAttrib doesn't exist on GLFW 3.2. Revisit later. + // TODO: Now SetAttrib doesn't exist on GLFW 3.2. Revisit later (#556). // If SetAttrib exists, the implementation would be: // // _ = currentUI.runOnMainThread(func() error {