Mark scale as deprecated

Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
Sebastian Ramacher 2018-02-23 16:34:05 +01:00
parent 2f1938694e
commit f82162a5ca

View File

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