cogl/framebuffer: Fix enum declaration coding style
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1496
This commit is contained in:
parent
79e5ec57d2
commit
e7b923289a
@ -41,7 +41,8 @@
|
||||
#include "cogl-gl-header.h"
|
||||
#include "cogl-clip-stack.h"
|
||||
|
||||
typedef enum _CoglFramebufferType {
|
||||
typedef enum _CoglFramebufferType
|
||||
{
|
||||
COGL_FRAMEBUFFER_TYPE_ONSCREEN,
|
||||
COGL_FRAMEBUFFER_TYPE_OFFSCREEN
|
||||
} CoglFramebufferType;
|
||||
|
Loading…
Reference in New Issue
Block a user