mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
shell: Use MetaDisplay input focus API
Replaces use of (now removed) MetaX11Display focus API (which happened to work for wayland too). https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/378
This commit is contained in:
parent
9ca8433170
commit
5a9d094f3e
1 changed files with 2 additions and 3 deletions
|
|
@ -1151,11 +1151,10 @@ _shell_app_handle_startup_sequence (ShellApp *app,
|
|||
if (starting && shell_app_get_state (app) == SHELL_APP_STATE_STOPPED)
|
||||
{
|
||||
MetaDisplay *display = shell_global_get_display (shell_global_get ());
|
||||
MetaX11Display *x11_display = meta_display_get_x11_display (display);
|
||||
|
||||
shell_app_state_transition (app, SHELL_APP_STATE_STARTING);
|
||||
meta_x11_display_focus_the_no_focus_window (x11_display,
|
||||
meta_startup_sequence_get_timestamp (sequence));
|
||||
meta_display_unset_input_focus (display,
|
||||
meta_startup_sequence_get_timestamp (sequence));
|
||||
app->started_on_workspace = meta_startup_sequence_get_workspace (sequence);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue