Matthias Clasen wrote:
I have found a change which looks like it accounts for about half the degradation in GtkComboBox test.On 7/5/06, Padraig O'Briain <Padraig Obriain sun com> wrote:I am not sure that cairo has anything to do with it; XRenderComposite is being called from draw_with_pixmaps in gdk/x11/gdkdrawable-x11.c. Since I sent the original mail, I have noticed,when using gtk 2.8, a call to gtk_paint_flat_box with what looks like an abnormally large value for width. I need to follup up that lead.Any news on this, Padraig ?
It is the change to gtk_menu_paint in version 1.197 of gtkmenu.c for bug 169532 to add the painting of menu->bin_window.
Is it possible to make this painting conditional or must it always be done? Padraig