summaryrefslogtreecommitdiff
path: root/atari/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'atari/gui.h')
-rwxr-xr-xatari/gui.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/atari/gui.h b/atari/gui.h
index fafafbd30..209dc5d85 100755
--- a/atari/gui.h
+++ b/atari/gui.h
@@ -126,6 +126,13 @@ struct s_gui_win_root
};
typedef struct s_gui_win_root ROOTWIN;
+struct s_browser
+{
+ struct browser_window * bw;
+ bool attached;
+ bool reformat_pending;
+};
+
/*
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.