clip_stack: Remove use of CoglHandle in the CoglClipStack API
authorRobert Bragg <robert@linux.intel.com>
Fri, 28 May 2010 00:01:28 +0000 (01:01 +0100)
committerRobert Bragg <robert@linux.intel.com>
Tue, 1 Jun 2010 11:20:59 +0000 (12:20 +0100)
commit311db34d08a52408f1efec74c9de43f9d153219f
treedd0a7ba22689b82e46644e4d9eb23fd61d327fc7
parent29da1d0d3e0d1f3c9a9a965b2b9290faa6d0c3db
clip_stack: Remove use of CoglHandle in the CoglClipStack API

This replaces the use of CoglHandle with strongly type CoglClipStack *
pointers instead. The only function not converted for now is
cogl_is_clip_stack which will be done in a later commit.
clutter/cogl/cogl/cogl-clip-stack.c
clutter/cogl/cogl/cogl-clip-stack.h