summaryrefslogtreecommitdiff
path: root/atari/gui.h
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2013-01-03 01:22:38 +0100
committerOle Loots <ole@monochrom.net>2013-01-03 01:22:38 +0100
commit9fdd190e008b86cc92abb41bb659d74161062369 (patch)
tree7b685177c2659374f54b535a09eaacefa986fb61 /atari/gui.h
parentc0e6cf65902f93bc2286c72e28d916341ec641a6 (diff)
downloadnetsurf-9fdd190e008b86cc92abb41bb659d74161062369.tar.gz
netsurf-9fdd190e008b86cc92abb41bb659d74161062369.tar.bz2
Removed browser.h/.c
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.