Skip to content

Commit

Permalink
Update FocusManager.vala
Browse files Browse the repository at this point in the history
Co-authored-by: Corentin Noël <corentin.noel@collabora.com>
  • Loading branch information
danirabbit and tintou committed Apr 9, 2024
1 parent 84b381f commit b7e5fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wingpanel-interface/FocusManager.vala
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public class WingpanelInterface.FocusManager : Object {
#if HAS_MUTTER46
Graphene.Point pos_hint = {x, y};
window.begin_grab_op (Meta.GrabOp.MOVING, null, null, time, pos_hint);
#if HAS_MUTTER44
#elif HAS_MUTTER44
window.begin_grab_op (Meta.GrabOp.MOVING, null, null, time);
#else
display.begin_grab_op (window, Meta.GrabOp.MOVING, false, true, button, state, time, x, y);
Expand Down

0 comments on commit b7e5fe1

Please sign in to comment.