window/x11: Remove unnecessary user_data

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3728>
This commit is contained in:
Sebastian Wick 2024-06-07 12:05:36 +02:00
parent fdf9c32dac
commit 77b115399c

View File

@ -2094,7 +2094,7 @@ meta_window_x11_constructed (GObject *object)
g_signal_connect (window, "notify::decorated",
G_CALLBACK (meta_window_x11_update_input_region),
window);
NULL);
g_signal_connect (window, "notify::mapped",
G_CALLBACK (on_mapped_changed),