mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 08:05:59 +01:00
Improve memory layout of zathura_link_t
This commit is contained in:
parent
d9c852e75e
commit
9fe07d39d0
1 changed files with 1 additions and 1 deletions
|
@ -16,8 +16,8 @@
|
||||||
|
|
||||||
struct zathura_link_s {
|
struct zathura_link_s {
|
||||||
zathura_rectangle_t position; /**< Position of the link */
|
zathura_rectangle_t position; /**< Position of the link */
|
||||||
zathura_link_type_t type; /**< Link type */
|
|
||||||
zathura_link_target_t target; /**< Link target */
|
zathura_link_target_t target; /**< Link target */
|
||||||
|
zathura_link_type_t type; /**< Link type */
|
||||||
};
|
};
|
||||||
|
|
||||||
zathura_link_t*
|
zathura_link_t*
|
||||||
|
|
Loading…
Reference in a new issue