[project @ 2005-04-17 11:10:05 by adrianl]
explanatory comment svn path=/import/netsurf/; revision=1660
This commit is contained in:
parent
df1b47c612
commit
fb8a9434ef
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue