1
0
Fork 0

cogl: Remove reference to nonexistent type CoglVertex2f

It is actually CoglVertexP2.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/979
This commit is contained in:
Daniel van Vugt 2019-12-18 11:58:27 +08:00 committed by Georges Basile Stavracas Neto
parent 4aab814c37
commit 02db9ee577

View file

@ -76,7 +76,7 @@ G_BEGIN_DECLS
* vertices multiple times.
*
* |[
* CoglVertex2f quad_vertices[] = {
* CoglVertexP2 quad_vertices[] = {
* {x0, y0}, //0 = top left
* {x1, y1}, //1 = bottom left
* {x2, y2}, //2 = bottom right