window/x11: Remove unnecessary user_data
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3728>
This commit is contained in:
parent
fdf9c32dac
commit
77b115399c
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user