From af04432892266ceb737eaa7002fcee6f14597d1a Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Sun, 2 Sep 2012 00:44:18 +0200 Subject: [PATCH] Don't expose zathura_jump_[st] in the public API. It's only for internal use. --- types.h | 9 --------- zathura.h | 10 ++++++++++ 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/types.h b/types.h index 94240d2..8aade9a 100644 --- a/types.h +++ b/types.h @@ -19,15 +19,6 @@ typedef struct zathura_page_s zathura_page_t; * Zathura */ typedef struct zathura_s zathura_t; -/** - * Jump - */ -typedef struct zathura_jump_s -{ - unsigned int page; - double x; - double y; -} zathura_jump_t; /** * Plugin manager diff --git a/zathura.h b/zathura.h index 0e16768..ec8aa3c 100644 --- a/zathura.h +++ b/zathura.h @@ -28,6 +28,16 @@ typedef struct _ZathuraDatabase zathura_database_t; struct render_thread_s; typedef struct render_thread_s render_thread_t; +/** + * Jump + */ +typedef struct zathura_jump_s +{ + unsigned int page; + double x; + double y; +} zathura_jump_t; + struct zathura_s { struct