mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
testgtk: Fix compilation warning
This commit is contained in:
parent
3842399b70
commit
b1a0a08d94
@ -2426,6 +2426,8 @@ grippy_draw (GtkWidget *area, cairo_t *cr, GdkWindowEdge edge)
|
||||
case GDK_WINDOW_EDGE_SOUTH_EAST:
|
||||
sides = GTK_JUNCTION_CORNER_BOTTOMRIGHT;
|
||||
break;
|
||||
default:
|
||||
g_assert_not_reached();
|
||||
}
|
||||
|
||||
context = gtk_widget_get_style_context (area);
|
||||
|
Loading…
Reference in New Issue
Block a user