From 1a1901d19b07ea265840962877b34b1205f6b092 Mon Sep 17 00:00:00 2001 From: Adrian Lees Date: Wed, 20 Jul 2005 23:27:28 +0000 Subject: [project @ 2005-07-20 23:27:27 by adrianl] 2D scrolling of text areas/frames; First cut at selection in textareas; Further text editing actions (Word left/right; Page up/down; Cut block; Delete line start/end) svn path=/import/netsurf/; revision=1812 --- desktop/browser.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'desktop/browser.h') diff --git a/desktop/browser.h b/desktop/browser.h index f59974a39..1ff74a97d 100644 --- a/desktop/browser.h +++ b/desktop/browser.h @@ -73,7 +73,8 @@ struct browser_window { DRAGGING_VSCROLL, DRAGGING_HSCROLL, DRAGGING_SELECTION, - DRAGGING_PAGE_SCROLL + DRAGGING_PAGE_SCROLL, + DRAGGING_2DSCROLL } drag_type; /** Box currently being scrolled, or 0. */ -- cgit v1.2.3