mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 20:13:53 +01:00
Mark scale as deprecated
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
2f1938694e
commit
f82162a5ca
@ -180,7 +180,7 @@ typedef struct zathura_link_target_s
|
|||||||
double top; /**< Top coordinate */
|
double top; /**< Top coordinate */
|
||||||
double bottom; /**< Bottom coordinate */
|
double bottom; /**< Bottom coordinate */
|
||||||
union {
|
union {
|
||||||
double scale; /**< @deprecated Scale */
|
double DEPRECATED(scale); /**< @deprecated Scale */
|
||||||
double zoom; /**< Zoom */
|
double zoom; /**< Zoom */
|
||||||
};
|
};
|
||||||
} zathura_link_target_t;
|
} zathura_link_target_t;
|
||||||
|
Loading…
Reference in New Issue
Block a user