diff options
author | B. Stack <bgstack15@gmail.com> | 2021-08-18 15:24:42 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2021-08-18 15:24:42 -0400 |
commit | 76447c4a5b6c31f9aec0834353e017eeae77f9c4 (patch) | |
tree | ec9b6ee857805269eae8a63ea89acf3e1bf3a21f /fixes__atk-bridge-errors.patch | |
parent | Update to 3.24.29 (diff) | |
download | gtk3-classic-build-gtk3-76447c4a5b6c31f9aec0834353e017eeae77f9c4.tar.gz gtk3-classic-build-gtk3-76447c4a5b6c31f9aec0834353e017eeae77f9c4.tar.bz2 gtk3-classic-build-gtk3-76447c4a5b6c31f9aec0834353e017eeae77f9c4.zip |
3.24.29 for fc33
Diffstat (limited to 'fixes__atk-bridge-errors.patch')
-rw-r--r-- | fixes__atk-bridge-errors.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/fixes__atk-bridge-errors.patch b/fixes__atk-bridge-errors.patch new file mode 100644 index 0000000..0b944a0 --- /dev/null +++ b/fixes__atk-bridge-errors.patch @@ -0,0 +1,15 @@ +Index: b/gtk/a11y/gtkaccessibility.c +=================================================================== +--- a/gtk/a11y/gtkaccessibility.c ++++ b/gtk/a11y/gtkaccessibility.c +@@ -989,7 +989,10 @@ _gtk_accessibility_init (void) + do_window_event_initialization (); + + #ifdef GDK_WINDOWING_X11 ++ GLogWriterOutput mushrooms_null_writer () { return G_LOG_WRITER_HANDLED; } ++ g_log_set_writer_func (mushrooms_null_writer, NULL, NULL); + atk_bridge_adaptor_init (NULL, NULL); ++ g_log_set_writer_func (g_log_writer_default, NULL, NULL); + #endif + + atk_misc_instance = g_object_new (GTK_TYPE_MISC_IMPL, NULL); |