mirror of
https://github.com/elementary/gala.git
synced 2024-12-25 10:13:04 +03:00
windowmanager: Don't explicitly pass xevents to clutter
It is not required with mutter 3.14.x anymore.
This commit is contained in:
parent
af92c5c656
commit
bedc4213e4
@ -1507,11 +1507,6 @@ namespace Gala
|
||||
end_switch_workspace ();
|
||||
}
|
||||
|
||||
public override bool xevent_filter (X.Event event)
|
||||
{
|
||||
return x_handle_event (event) != 0;
|
||||
}
|
||||
|
||||
public override bool keybinding_filter (Meta.KeyBinding binding)
|
||||
{
|
||||
if (!is_modal ())
|
||||
@ -1563,8 +1558,6 @@ namespace Gala
|
||||
}
|
||||
}
|
||||
|
||||
[CCode (cname="clutter_x11_handle_event")]
|
||||
public extern int x_handle_event (X.Event xevent);
|
||||
[CCode (cname="clutter_x11_get_stage_window")]
|
||||
public extern X.Window x_get_stage_window (Clutter.Actor stage);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user