mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 06:26:01 +01:00
Mark scale as deprecated
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
2f1938694e
commit
f82162a5ca
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ typedef struct zathura_link_target_s
|
|||
double top; /**< Top coordinate */
|
||||
double bottom; /**< Bottom coordinate */
|
||||
union {
|
||||
double scale; /**< @deprecated Scale */
|
||||
double DEPRECATED(scale); /**< @deprecated Scale */
|
||||
double zoom; /**< Zoom */
|
||||
};
|
||||
} zathura_link_target_t;
|
||||
|
|
Loading…
Reference in a new issue