bitmap: Remove use of CoglHandle in the CoglBitmap API
authorRobert Bragg <robert@linux.intel.com>
Thu, 27 May 2010 23:51:40 +0000 (00:51 +0100)
committerRobert Bragg <robert@linux.intel.com>
Tue, 1 Jun 2010 11:20:59 +0000 (12:20 +0100)
commit29da1d0d3e0d1f3c9a9a965b2b9290faa6d0c3db
tree05b836793a44dfeb361c1d42479c83f2a025b7d8
parentf3f268b0cdc9e8113b0dee9eb28eca309823f544
bitmap: Remove use of CoglHandle in the CoglBitmap API

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