From 9fe07d39d09058a3c8ac5dfdc169cda36ba45896 Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Sun, 3 Mar 2019 18:03:44 +0100 Subject: [PATCH] Improve memory layout of zathura_link_t --- zathura/links.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zathura/links.c b/zathura/links.c index 279944a..90b2047 100644 --- a/zathura/links.c +++ b/zathura/links.c @@ -16,8 +16,8 @@ struct zathura_link_s { zathura_rectangle_t position; /**< Position of the link */ - zathura_link_type_t type; /**< Link type */ zathura_link_target_t target; /**< Link target */ + zathura_link_type_t type; /**< Link type */ }; zathura_link_t*