summaryrefslogtreecommitdiff
path: root/src/backends/meta-backend-private.h
diff options
context:
space:
mode:
authorJonas Ã…dahl <jadahl@gmail.com>2021-09-07 10:35:27 +0200
committerMarge Bot <marge-bot@gnome.org>2021-12-19 15:48:51 +0000
commit3602762a1848729c9920a843475f62ef2a7ff2cf (patch)
tree41be5bf02268e19b3c3adfa8e27e762cd9b6a4c3 /src/backends/meta-backend-private.h
parent8a4312376529bc45bd340b047cae58d9ac410c18 (diff)
downloadmutter-3602762a1848729c9920a843475f62ef2a7ff2cf.tar.gz
tests/wayland-unit-tests: Add test case for remapping popup with subsurface
This test reproduces the crash in https://gitlab.gnome.org/GNOME/mutter/-/issues/1828. It does not reproduce with 'window-actor/wayland: Remove subsurface actors on dispose' (dd416dd3e2eecfe1). applied. This test case differs slightly from the one that came with the dd416dd3e2eecfe1 as in that it uses withdrawn popup surfaces instead of explicitly client managed state. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1993>
Diffstat (limited to 'src/backends/meta-backend-private.h')
-rw-r--r--src/backends/meta-backend-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backends/meta-backend-private.h b/src/backends/meta-backend-private.h
index 1930a1a33..546c612e2 100644
--- a/src/backends/meta-backend-private.h
+++ b/src/backends/meta-backend-private.h
@@ -117,6 +117,7 @@ void meta_backend_prepare_shutdown (MetaBackend *backend);
META_EXPORT_TEST
ClutterBackend * meta_backend_get_clutter_backend (MetaBackend *backend);
+META_EXPORT_TEST
ClutterSeat * meta_backend_get_default_seat (MetaBackend *bakcend);
MetaIdleMonitor * meta_backend_get_idle_monitor (MetaBackend *backend,