Remove cogl_blahx Cogl interfaces that used to take CoglFixed parameters.
authorRobert Bragg <robert@linux.intel.com>
Tue, 13 Jan 2009 11:38:55 +0000 (11:38 +0000)
committerRobert Bragg <robert@linux.intel.com>
Tue, 13 Jan 2009 12:47:49 +0000 (12:47 +0000)
commit66afd41868a702555c917122a38dfd87db91cf7a
tree8f61a1aad5bff55cf60a3d97685f1674dc42d56b
parentb60c2a2df6b3cb386f6e2954e515db7c9a22a4d1
Remove cogl_blahx Cogl interfaces that used to take CoglFixed parameters.

Since they are no longer actually taking fixed point parameters the 'x' suffix is
no longer appropriate. To maintain support for sub-pixel precision the
corresponding interfaces that were taking integer parameters now get patched
to take float parameters instead.
fixed-to-float-patches/remove_cogl_apis_taking_fixed_params.0.patch [new file with mode: 0644]
fixed-to-float-patches/remove_cogl_apis_taking_fixed_params.1.patch [new file with mode: 0644]
fixed-to-float.sh