mirror of
https://github.com/godotengine/godot.git
synced 2024-11-23 04:33:29 +00:00
Removes semicolon typo in display_server_windows
This commit is contained in:
parent
43fa911f2b
commit
785f84f1d1
@ -2794,7 +2794,7 @@ void DisplayServerWindows::_process_activate_event(WindowID p_window_id, WPARAM
|
||||
_send_window_event(windows[p_window_id], WINDOW_EVENT_FOCUS_OUT);
|
||||
windows[p_window_id].window_focused = false;
|
||||
alt_mem = false;
|
||||
};
|
||||
}
|
||||
|
||||
if ((OS::get_singleton()->get_current_tablet_driver() == "wintab") && wintab_available && windows[p_window_id].wtctx) {
|
||||
wintab_WTEnable(windows[p_window_id].wtctx, GET_WM_ACTIVATE_STATE(wParam, lParam));
|
||||
|
Loading…
Reference in New Issue
Block a user