summaryrefslogtreecommitdiff
path: root/examples/cogl-x11-foreign.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cogl-x11-foreign.c')
-rw-r--r--examples/cogl-x11-foreign.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cogl-x11-foreign.c b/examples/cogl-x11-foreign.c
index ca9e3ed7..a60397cd 100644
--- a/examples/cogl-x11-foreign.c
+++ b/examples/cogl-x11-foreign.c
@@ -61,7 +61,7 @@ main (int argc, char **argv)
unsigned long mask;
Window xwin;
CoglVertexP2C4 triangle_vertices[] = {
- {0, 0.7, 0xff, 0x00, 0x00, 0x80},
+ {0, 0.7, 0xff, 0x00, 0x00, 0xff},
{-0.7, -0.7, 0x00, 0xff, 0x00, 0xff},
{0.7, -0.7, 0x00, 0x00, 0xff, 0xff}
};