mirror of
https://github.com/brl/mutter.git
synced 2025-02-09 01:54:10 +00: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
|
* Since: 1.8
|
||||||
* Stability: unstable
|
* 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
|
int
|
||||||
cogl_framebuffer_get_alpha_bits (CoglFramebuffer *framebuffer);
|
cogl_framebuffer_get_alpha_bits (CoglFramebuffer *framebuffer);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user