window/x11: Remove unnecessary user_data
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3728>
This commit is contained in:
@ -2094,7 +2094,7 @@ meta_window_x11_constructed (GObject *object)
|
|||||||
|
|
||||||
g_signal_connect (window, "notify::decorated",
|
g_signal_connect (window, "notify::decorated",
|
||||||
G_CALLBACK (meta_window_x11_update_input_region),
|
G_CALLBACK (meta_window_x11_update_input_region),
|
||||||
window);
|
NULL);
|
||||||
|
|
||||||
g_signal_connect (window, "notify::mapped",
|
g_signal_connect (window, "notify::mapped",
|
||||||
G_CALLBACK (on_mapped_changed),
|
G_CALLBACK (on_mapped_changed),
|
||||||
|
Reference in New Issue
Block a user