mirror of
https://github.com/brl/mutter.git
synced 2024-11-14 02:08:25 -05:00
workspace: Fix build
Forgot to squash, sigh.
This commit is contained in:
parent
cecf7f4bf0
commit
f28c7835a1
@ -579,7 +579,7 @@ meta_workspace_activate_with_focus (MetaWorkspace *workspace,
|
||||
return;
|
||||
|
||||
move_window = NULL;
|
||||
if (meta_grab_op_is_moving (workspace->screen->display->grab_op)
|
||||
if (meta_grab_op_is_moving (workspace->screen->display->grab_op))
|
||||
move_window = workspace->screen->display->grab_window;
|
||||
|
||||
if (move_window != NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user