uidriver/glfw: Update comments

This commit is contained in:
Hajime Hoshi 2020-08-24 04:07:08 +09:00
parent 932d599c98
commit 12e5617396

View File

@ -128,7 +128,7 @@ func currentMonitorByOS(_ *glfw.Window) *glfw.Monitor {
}
if w == 0 {
// There is no window at launching, but there is a hidden initialized window.
// The active window doesn't exist when launching, or the application is runnable on unfocused.
// Get the foreground window, that is common among multiple processes.
w, err = getForegroundWindow()
if err != nil {