pango: Use CoglMaterial type for materials
authorRobert Bragg <robert@linux.intel.com>
Wed, 27 Oct 2010 11:43:36 +0000 (12:43 +0100)
committerRobert Bragg <robert@linux.intel.com>
Wed, 3 Nov 2010 18:09:23 +0000 (18:09 +0000)
commit959af183b171f9ee9bdc2ecf6cec3b37e6703a5f
tree9f88004ba4442b47f4f7f4361190258272df5c76
parent7ee99aaa838e5961c3ce15305679a6ea7a271113
pango: Use CoglMaterial type for materials

Instead of using the CoglHandle type for material variables this updates
the pango code to use CoglMaterial * instead. CoglHandle is the old
typename which is being phased out of the API.
clutter/cogl/pango/cogl-pango-display-list.c
clutter/cogl/pango/cogl-pango-display-list.h
clutter/cogl/pango/cogl-pango-render.c