From 40e4a2e136c7829676ba634169f8cc86379b8d46 Mon Sep 17 00:00:00 2001 From: jcid Date: Wed, 2 Jan 2008 18:14:41 +0100 Subject: - de-export symbols in nav.c --- src/nav.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/nav.c') diff --git a/src/nav.c b/src/nav.c index 705dbc23..bbe5cfc2 100644 --- a/src/nav.c +++ b/src/nav.c @@ -25,6 +25,17 @@ //#define DEBUG_LEVEL 3 #include "debug.h" +/* + * For back and forward navigation, each bw keeps an url index, + * and its scroll position. + */ +typedef struct _nav_stack_item nav_stack_item; +struct _nav_stack_item +{ + int url_idx; + int posx, posy; +}; + /* * Forward declarations */ -- cgit v1.2.3