From 58cd1423383babef4a59e25f3e9f6a950d2fa6dc Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 17 Mar 2009 12:26:41 +0000 Subject: Remember the scroll position in the history, so that it's maintained when going back. (credit: Paweł Blokus) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/trunk/netsurf/; revision=6793 --- gtk/gtk_window.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk/gtk_window.h') diff --git a/gtk/gtk_window.h b/gtk/gtk_window.h index 0f99549a7..ba81ad171 100644 --- a/gtk/gtk_window.h +++ b/gtk/gtk_window.h @@ -34,6 +34,7 @@ struct gui_window { int caretx, carety, careth; gui_pointer_shape current_pointer; int last_x, last_y; + bool setting_scroll; /* Within GTK, a gui_window is a scrolled window * with a viewport inside -- cgit v1.2.3