Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d9f32b16 authored by Dan Albert's avatar Dan Albert Committed by Gerrit Code Review
Browse files

Merge "Ensure alignment of Res_png_9patch."

parents e26347bb a18cee52
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -112,7 +112,7 @@ struct __assertChar16Size {
 *
 *
 * The PNG chunk type is "npTc".
 * The PNG chunk type is "npTc".
 */
 */
struct Res_png_9patch
struct alignas(uintptr_t) Res_png_9patch
{
{
    Res_png_9patch() : wasDeserialized(false), xDivsOffset(0),
    Res_png_9patch() : wasDeserialized(false), xDivsOffset(0),
                       yDivsOffset(0), colorsOffset(0) { }
                       yDivsOffset(0), colorsOffset(0) { }