mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 21:51:08 +00:00
Merge branch 'window-signals' into 'main'
window: Disconnect the ::compute-size handler See merge request GNOME/gtk!5606
This commit is contained in:
commit
21ee81823e
@ -4437,6 +4437,7 @@ gtk_window_unrealize (GtkWidget *widget)
|
||||
g_signal_handlers_disconnect_by_func (surface, surface_state_changed, widget);
|
||||
g_signal_handlers_disconnect_by_func (surface, surface_render, widget);
|
||||
g_signal_handlers_disconnect_by_func (surface, surface_event, widget);
|
||||
g_signal_handlers_disconnect_by_func (surface, toplevel_compute_size, widget);
|
||||
|
||||
frame_clock = gdk_surface_get_frame_clock (surface);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user