forked from AuroraMiddleware/gtk
GTK Notebook: use the right enum type
This commit is contained in:
parent
1c3bad3d90
commit
7e5952c4ea
@ -3497,7 +3497,7 @@ update_arrow_nodes (GtkNotebook *notebook)
|
|||||||
{
|
{
|
||||||
GtkNotebookPrivate *priv = notebook->priv;
|
GtkNotebookPrivate *priv = notebook->priv;
|
||||||
gboolean arrow[4];
|
gboolean arrow[4];
|
||||||
GtkImageType up_image_type, down_image_type;
|
GtkCssImageBuiltinType up_image_type, down_image_type;
|
||||||
const char *style_property_name;
|
const char *style_property_name;
|
||||||
GtkCssNode *tabs_node;
|
GtkCssNode *tabs_node;
|
||||||
gint i;
|
gint i;
|
||||||
|
Loading…
Reference in New Issue
Block a user