mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05:00
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
@ -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…
Reference in New Issue
Block a user