Fix cogl/cogl-framebuffer.h (#define error)
The cogl_framebuffer_get_blue_bits was defined 2 times-fix to use the correct define for cogl_framebuffer_get_alpha_bits Reviewed-by: Neil Roberts <neil@linux.intel.com>
This commit is contained in:
parent
6256ad8a7b
commit
3d92038237
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ cogl_framebuffer_get_blue_bits (CoglFramebuffer *framebuffer);
|
|||
* Since: 1.8
|
||||
* Stability: unstable
|
||||
*/
|
||||
#define cogl_framebuffer_get_blue_bits cogl_framebuffer_get_blue_bits_EXP
|
||||
#define cogl_framebuffer_get_alpha_bits cogl_framebuffer_get_alpha_bits_EXP
|
||||
int
|
||||
cogl_framebuffer_get_alpha_bits (CoglFramebuffer *framebuffer);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue