uidriver/glfw: Update comments

This commit is contained in:
Hajime Hoshi 2020-03-29 01:12:53 +09:00
parent 9d5c35f029
commit e3def4ae50

View File

@ -33,7 +33,7 @@ func (u *UserInterface) adjustWindowPosition(x, y int) (int, int) {
}
func (u *UserInterface) currentMonitorFromPosition() *glfw.Monitor {
// TODO: Return more appropriate display.
// TODO: Implement this correctly. (#1119).
if cm, ok := getCachedMonitor(u.window.GetPos()); ok {
return cm.m
}