libgimpwidgets/gimpchainbutton.c libgimpwidgets/gimpcolorarea.c
2009-03-22 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimpchainbutton.c * libgimpwidgets/gimpcolorarea.c * libgimpwidgets/gimpcolorbutton.c * libgimpwidgets/gimpcolorscale.c * libgimpwidgets/gimpcolorselect.c * libgimpwidgets/gimpdialog.c * libgimpwidgets/gimphelpui.c * libgimpwidgets/gimpmemsizeentry.c * libgimpwidgets/gimpoffsetarea.c * libgimpwidgets/gimppickbutton.c * libgimpwidgets/gimppixmap.c * libgimpwidgets/gimppreview.c * libgimpwidgets/gimppreviewarea.c * libgimpwidgets/gimpruler.c * libgimpwidgets/gimpscrolledpreview.c * libgimpwidgets/gimpwidgets.c: use accessors for various members of GTK+ structures that don't exist any longer when GSEAL_ENABLE is defined. svn path=/trunk/; revision=28190
This commit is contained in:

committed by
Michael Natterer

parent
b8f47249a6
commit
3795f9b9c5
@ -443,7 +443,7 @@ gimp_chain_line_expose_event (GtkWidget *widget,
|
||||
}
|
||||
|
||||
gtk_paint_polygon (gtk_widget_get_style (widget),
|
||||
widget->window, GTK_STATE_NORMAL,
|
||||
gtk_widget_get_window (widget), GTK_STATE_NORMAL,
|
||||
shadow,
|
||||
&event->area,
|
||||
widget,
|
||||
|
Reference in New Issue
Block a user