mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
events: Trace handling of event
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2998>
This commit is contained in:
parent
3eabc4c707
commit
604aeba9b3
@ -232,6 +232,9 @@ meta_display_handle_event (MetaDisplay *display,
|
||||
wayland_compositor = meta_context_get_wayland_compositor (context);
|
||||
#endif
|
||||
|
||||
COGL_TRACE_BEGIN_SCOPED (MetaDisplayHandleEvent,
|
||||
"MetaDisplay (handle event)");
|
||||
|
||||
has_grab = stage_has_grab (display);
|
||||
|
||||
if (display->grabbed_in_clutter != has_grab)
|
||||
|
Loading…
Reference in New Issue
Block a user