zoom-manager: bring back attribute aligned(8)

This was needed for some other architectures, even though it is problematic
that we have to do it (it should really be the default for the parent
GObject struct).
This commit is contained in:
Christian Hergert
2017-03-02 15:51:52 -08:00
parent e92fc31b1b
commit faf1e24edf

View File

@ -32,7 +32,7 @@ struct _SpZoomManager
gdouble min_zoom;
gdouble max_zoom;
gdouble zoom;
};
} __attribute__((aligned(8)));
enum {
PROP_0,