Improve memory layout of zathura_link_t

This commit is contained in:
Sebastian Ramacher 2019-03-03 18:03:44 +01:00
parent d9c852e75e
commit 9fe07d39d0

View file

@ -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*