Issue #2036 - Prevent GTK color picker from being frozen when launched from a modal XUL window

Based on https://bugzilla.mozilla.org/show_bug.cgi?id=1496836
This commit is contained in:
FranklinDM 2022-07-28 23:46:27 +08:00 • committed by roytam1
commit 6d6d149b6f
2 changed files with 9 additions and 1 deletions

View file

@ -478,6 +478,7 @@ STUB(gtk_widget_unparent)
STUB(gtk_window_deiconify)
STUB(gtk_window_fullscreen)
STUB(gtk_window_get_group)
STUB(gtk_window_get_modal)
STUB(gtk_window_get_transient_for)
STUB(gtk_window_get_type)
STUB(gtk_window_get_type_hint)