summaryrefslogtreecommitdiff
path: root/atari/toolbar.h
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2013-01-09 01:12:30 +0100
committerOle Loots <ole@monochrom.net>2013-01-09 01:12:30 +0100
commitbded644d7ffe804bfc00e17a0b7ac49eec3c2e27 (patch)
tree5974657fa90afb4e50f994819a5297205c00692c /atari/toolbar.h
parentd1dabbb0e28edc5614940c08d594957faa956daf (diff)
downloadnetsurf-bded644d7ffe804bfc00e17a0b7ac49eec3c2e27.tar.gz
netsurf-bded644d7ffe804bfc00e17a0b7ac49eec3c2e27.tar.bz2
Fixes for new clipboard interface.
Diffstat (limited to 'atari/toolbar.h')
-rwxr-xr-xatari/toolbar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/toolbar.h b/atari/toolbar.h
index 7f8640843..69908de35 100755
--- a/atari/toolbar.h
+++ b/atari/toolbar.h
@@ -56,7 +56,7 @@ struct s_tb_button
struct s_url_widget
{
bool redraw; /* widget is only redrawn when this flag is set */
- struct text_area *textarea;
+ struct textarea *textarea;
COMPONENT * comp;
GRECT rdw_area;
};