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

Collapse All | Expand All

(-)file_not_specified_in_diff (-5 / +2 lines)
Line  Link Here
0
-- amaya-9.4.orig/wxWidgets/src/gtk/window.cpp
0
++ amaya-9.4/wxWidgets/src/gtk/window.cpp
Lines 4282-4291 Link Here
4282
4282
4283
PangoContext *wxWindowGTK::GtkGetPangoX11Context()
4283
PangoContext *wxWindowGTK::GtkGetPangoX11Context()
4284
{
4284
{
4285
    if (!m_x11Context)
4285
    return gtk_widget_get_pango_context( m_widget );
4286
        m_x11Context = pango_x_get_context( gdk_display );
4287
4288
    return m_x11Context;
4289
}
4286
}
4290
#endif
4287
#endif
4291
4288

Return to bug 83394