[project @ 2005-04-17 11:10:05 by adrianl]

explanatory comment

svn path=/import/netsurf/; revision=1660
This commit is contained in:
Adrian Lees 2005-04-17 11:10:05 +00:00
parent df1b47c612
commit fb8a9434ef
1 changed files with 4 additions and 1 deletions

View File

@ -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;