cogl: Const-ify vertices in cogl_polygon()
authorEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 4 Jan 2010 11:43:00 +0000 (11:43 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 4 Jan 2010 11:43:00 +0000 (11:43 +0000)
commit0fb51658fdba886fd5d9cb53cfca6df13aa1f7a0
treea2a36308ac7723923645495d26343c4e5f8629e7
parent1c69c61745ed510f0b6ab16cb963ca01994cb9fc
cogl: Const-ify vertices in cogl_polygon()

The CoglTextureVertex array passed to cogl_polygon() is a pure
in-argument and should be const-ified.

http://bugzilla.openedhand.com/show_bug.cgi?id=1917
clutter/cogl/cogl/cogl-primitives.c
clutter/cogl/cogl/cogl-texture.h