ui: Add comments

This commit is contained in:
Hajime Hoshi 2018-03-17 18:34:20 +09:00
parent 526fbd3619
commit 5ec5cf2450

View File

@ -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 {