mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 18:03:47 +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 bottom; /**< Bottom coordinate */
|
||||
union {
|
||||
double scale; /**< @deprecated Scale */
|
||||
double DEPRECATED(scale); /**< @deprecated Scale */
|
||||
double zoom; /**< Zoom */
|
||||
};
|
||||
} zathura_link_target_t;
|
||||
|
Loading…
Reference in New Issue
Block a user