summaryrefslogtreecommitdiff
path: root/desktop/selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/selection.h')
-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;