Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix loosing focus while moving windows
Windows which can't get focus (FALSE passed to gtk_window_set_accept_focus()) can grab it from active window while moving them. This behavior causes bugs in programs which use focus-in-event and focus-out-event combined with dialogs.
- Loading branch information