Don't use GTK_WIDGET_STATE in internal code anymore
Use gtk_widget_get/set_state() instead https://bugzilla.gnome.org/show_bug.cgi?id=69872
This commit is contained in:
@ -259,7 +259,7 @@ gtk_tray_icon_expose (GtkWidget *widget,
|
||||
height = widget->allocation.height - 2 * border_width;
|
||||
|
||||
gtk_paint_focus (widget->style, widget->window,
|
||||
GTK_WIDGET_STATE (widget),
|
||||
gtk_widget_get_state (widget),
|
||||
&event->area, widget, "tray_icon",
|
||||
x, y, width, height);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user