forked from AuroraMiddleware/gtk
test/testgtk.c: Fix compilation warning
This commit is contained in:
parent
266866e82c
commit
1796e2f6ba
@ -430,7 +430,7 @@ pattern_set_bg (GtkWidget *widget,
|
|||||||
GdkWindow *child,
|
GdkWindow *child,
|
||||||
gint level)
|
gint level)
|
||||||
{
|
{
|
||||||
static const GdkRGBA colors[] = {
|
static GdkRGBA colors[] = {
|
||||||
{ 0.27, 0.27, 1.0, 1.0 },
|
{ 0.27, 0.27, 1.0, 1.0 },
|
||||||
{ 0.53, 0.53, 1.0, 1.0},
|
{ 0.53, 0.53, 1.0, 1.0},
|
||||||
{ 0.67, 0.67, 1.0, 1.0 }
|
{ 0.67, 0.67, 1.0, 1.0 }
|
||||||
|
Loading…
Reference in New Issue
Block a user