From f82162a5ca57ed3558f03aacc1daf2c82ac516af Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Fri, 23 Feb 2018 16:34:05 +0100 Subject: [PATCH] Mark scale as deprecated Signed-off-by: Sebastian Ramacher --- zathura/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zathura/types.h b/zathura/types.h index 006890b..e11afbe 100644 --- a/zathura/types.h +++ b/zathura/types.h @@ -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;