Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 485612 | Differences between
and this patch

Collapse All | Expand All

(-)a/configure (-1 / +1 lines)
Lines 24136-24142 Link Here
24136
########################################
24136
########################################
24137
24137
24138
if test x$enable_x11_backend = xyes; then
24138
if test x$enable_x11_backend = xyes; then
24139
   ATK_PACKAGES="atk atk-bridge-2.0"
24139
   ATK_PACKAGES="atk"
24140
else
24140
else
24141
   ATK_PACKAGES="atk"
24141
   ATK_PACKAGES="atk"
24142
fi
24142
fi
(-)a/gtk/a11y/gtkaccessibility.c (-3 / +3 lines)
Lines 37-43 Link Here
37
#include <gtk/gtkcombobox.h>
37
#include <gtk/gtkcombobox.h>
38
#include <gtk/gtkaccessible.h>
38
#include <gtk/gtkaccessible.h>
39
39
40
#ifdef GDK_WINDOWING_X11
40
#if 0
41
#include <atk-bridge.h>
41
#include <atk-bridge.h>
42
#endif
42
#endif
43
43
Lines 989-995 Link Here
989
989
990
  g_clear_object (&atk_misc_instance);
990
  g_clear_object (&atk_misc_instance);
991
991
992
#ifdef GDK_WINDOWING_X11
992
#if 0
993
  atk_bridge_adaptor_cleanup ();
993
  atk_bridge_adaptor_cleanup ();
994
#endif
994
#endif
995
995
Lines 1011-1017 Link Here
1011
  _gtk_accessibility_override_atk_util ();
1011
  _gtk_accessibility_override_atk_util ();
1012
  do_window_event_initialization ();
1012
  do_window_event_initialization ();
1013
1013
1014
#ifdef GDK_WINDOWING_X11
1014
#if 0
1015
  atk_bridge_adaptor_init (NULL, NULL);
1015
  atk_bridge_adaptor_init (NULL, NULL);
1016
#endif
1016
#endif
1017
1017

Return to bug 485612