File diff r15990:de3d8a27ca9a → r15991:9b390068ea00
src/window.cpp
Show inline comments
 
@@ -145,7 +145,7 @@ void SetFocusedWindow(Window *w)
 
 * has a edit box as focused widget, or if a console is focused.
 
 * @return returns true if an edit box is in global focus or if the focused window is a console, else false
 
 */
 
bool EditBoxInGlobalFocus()
 
static bool EditBoxInGlobalFocus()
 
{
 
	if (_focused_window == NULL) return false;