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:
Jonas Ådahl 2020-10-12 19:56:13 +02:00 committed by Georges Basile Stavracas Neto
parent e7b923289a
commit 4edcc21a5c

View File

@ -119,6 +119,7 @@ typedef struct
struct _CoglFramebuffer struct _CoglFramebuffer
{ {
CoglObject _parent; CoglObject _parent;
CoglContext *context; CoglContext *context;
CoglFramebufferType type; CoglFramebufferType type;