mirror of
https://github.com/brl/mutter.git
synced 2025-07-22 09:21:22 +00:00
Make it possible to reimplement move-to-workspace keybindings from plugins
Export the necessary functions so that a plugin that wishes to do so can reimplement those keybindings without loss of functionality. https://bugzilla.gnome.org/show_bug.cgi?id=674104
This commit is contained in:
@ -5677,6 +5677,9 @@ meta_window_change_workspace (MetaWindow *window,
|
||||
{
|
||||
g_return_if_fail (!window->override_redirect);
|
||||
|
||||
if (window->always_sticky)
|
||||
return;
|
||||
|
||||
meta_window_change_workspace_without_transients (window, workspace);
|
||||
|
||||
meta_window_foreach_transient (window, change_workspace_foreach,
|
||||
|
Reference in New Issue
Block a user