From faf1e24edf0cc77a1895b36ecb4228e1e66e21da Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Thu, 2 Mar 2017 15:51:52 -0800 Subject: [PATCH] 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). --- lib/sp-zoom-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sp-zoom-manager.c b/lib/sp-zoom-manager.c index b7c5baf4..9baab005 100644 --- a/lib/sp-zoom-manager.c +++ b/lib/sp-zoom-manager.c @@ -32,7 +32,7 @@ struct _SpZoomManager gdouble min_zoom; gdouble max_zoom; gdouble zoom; -}; +} __attribute__((aligned(8))); enum { PROP_0,