From fb8a9434ef9c9c1f568caa4189e6e311563b6f6c Mon Sep 17 00:00:00 2001 From: Adrian Lees Date: Sun, 17 Apr 2005 11:10:05 +0000 Subject: [project @ 2005-04-17 11:10:05 by adrianl] explanatory comment svn path=/import/netsurf/; revision=1660 --- desktop/selection.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'desktop') diff --git a/desktop/selection.h b/desktop/selection.h index 59af2da9a..be916913d 100644 --- a/desktop/selection.h +++ b/desktop/selection.h @@ -23,7 +23,10 @@ typedef enum { } seln_drag_state; -/* this structure should be treated as opaque outside selection.c */ +/* this structure should be treated as opaque outside selection.c + (it's defined here to accelerate selection_defined(s) for reduced + impact on redraw code) */ + struct selection { struct browser_window *bw; -- cgit v1.2.3