From 33aebf6fd1986c52cc40e49e8d42455a7ffbe769 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Fri, 5 Aug 2011 01:11:03 +0000 Subject: housekeeping svn path=/trunk/netsurf/; revision=12635 --- atari/gui.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'atari/gui.h') diff --git a/atari/gui.h b/atari/gui.h index 270d3df23..cdf51e1cf 100755 --- a/atari/gui.h +++ b/atari/gui.h @@ -100,8 +100,7 @@ typedef struct s_browser * CMP_BROWSER; /* This is the "main" window. It can consist of several components and also holds information shared by several frames within - the window. Each frame, no matter how deep nested, - knows about it's root (GEM window). + the window. */ struct s_gui_win_root { @@ -121,8 +120,7 @@ struct s_gui_win_root This is the part of the gui which is known by netsurf core. You must implement it. Altough, you are free how to do it. Each of the browser "viewports" managed by netsurf are bound - to this structure. gui_window does not mean that it is an - comple window - also frames own an gui_window. + to this structure. */ struct gui_window { struct s_gui_win_root * root; -- cgit v1.2.3