summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorAdrian Lees <adrian@aemulor.com>2005-04-17 11:10:05 +0000
committerAdrian Lees <adrian@aemulor.com>2005-04-17 11:10:05 +0000
commitfb8a9434ef9c9c1f568caa4189e6e311563b6f6c (patch)
tree47eeb422955cb9a03845c447dc55fce3938103ce /desktop
parentdf1b47c6129fcd8d5fb04978a21b7103320d1f0c (diff)
downloadnetsurf-fb8a9434ef9c9c1f568caa4189e6e311563b6f6c.tar.gz
netsurf-fb8a9434ef9c9c1f568caa4189e6e311563b6f6c.tar.bz2
[project @ 2005-04-17 11:10:05 by adrianl]
explanatory comment svn path=/import/netsurf/; revision=1660
Diffstat (limited to 'desktop')
-rw-r--r--desktop/selection.h5
1 files changed, 4 insertions, 1 deletions
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;