mutter/src
Carlos Garnacho 2e3d55c948 clutter: Change clutter_do_event() name/signature
It is a bit backwards that events contain information about
the stage they are being handled by. It makes more sense to
specify in the ClutterEvent handling entrypoint the stage
that will handle the event.

As a first step, add this ClutterStage argument, even though
the information is still carried through the event in order to
keep satisfying calls to the getter function.

This entrypoint has been also renamed to clutter_stage_handle_event(),
so that its ownership/namespace is clearer.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3153>
2023-08-08 03:58:42 +02:00
..
backends clutter: Change clutter_do_event() name/signature 2023-08-08 03:58:42 +02:00
common cleanup: Switch to pragma once 2023-08-07 22:24:36 +00:00
compositor compositor: Stop forwarding MapNotify events back through the backend 2023-08-08 03:58:42 +02:00
core cleanup: Switch to pragma once 2023-08-07 22:24:36 +00:00
frames cleanup: Switch to pragma once 2023-08-07 22:24:36 +00:00
meta cleanup: Switch to pragma once 2023-08-07 22:24:36 +00:00
tests cleanup: Switch to pragma once 2023-08-07 22:24:36 +00:00
wayland cleanup: Make include macro usages consistent 2023-08-07 22:24:36 +00:00
x11 cleanup: Make include macro usages consistent 2023-08-07 22:24:36 +00:00
libmutter.pc.in
meson.build compositor: Add MetaMultiTexture class 2023-07-25 21:24:35 +00:00
meta-private-enum-types.c.in build: Add missing include 2022-08-10 20:28:40 +02:00
meta-private-enum-types.h.in cleanup: Switch to pragma once 2023-08-07 22:24:36 +00:00