mirror of
https://github.com/brl/mutter.git
synced 2024-11-29 03:20:46 -05:00
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-gl-header.h"
|
||||||
#include "cogl-clip-stack.h"
|
#include "cogl-clip-stack.h"
|
||||||
|
|
||||||
typedef enum _CoglFramebufferType {
|
typedef enum _CoglFramebufferType
|
||||||
|
{
|
||||||
COGL_FRAMEBUFFER_TYPE_ONSCREEN,
|
COGL_FRAMEBUFFER_TYPE_ONSCREEN,
|
||||||
COGL_FRAMEBUFFER_TYPE_OFFSCREEN
|
COGL_FRAMEBUFFER_TYPE_OFFSCREEN
|
||||||
} CoglFramebufferType;
|
} CoglFramebufferType;
|
||||||
|
Loading…
Reference in New Issue
Block a user