cogl/framebuffer: Remove alignment of struct fields
They weren't all aligned anyway. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1496
This commit is contained in:
parent
e7b923289a
commit
4edcc21a5c
@ -119,6 +119,7 @@ typedef struct
|
|||||||
struct _CoglFramebuffer
|
struct _CoglFramebuffer
|
||||||
{
|
{
|
||||||
CoglObject _parent;
|
CoglObject _parent;
|
||||||
|
|
||||||
CoglContext *context;
|
CoglContext *context;
|
||||||
CoglFramebufferType type;
|
CoglFramebufferType type;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user