summaryrefslogtreecommitdiff
path: root/atari/statusbar.h
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2011-01-30 22:28:47 +0000
committerOle Loots <ole@monochrom.net>2011-01-30 22:28:47 +0000
commit5515e67f4e8269ff416611b4b14d32f5ea421b86 (patch)
tree051ab28a6c35382e1b1a1eb997cca75d7c2028a1 /atari/statusbar.h
parent46f405e969566039cc12ac1d961c4186ba245d1c (diff)
downloadnetsurf-5515e67f4e8269ff416611b4b14d32f5ea421b86.tar.gz
netsurf-5515e67f4e8269ff416611b4b14d32f5ea421b86.tar.bz2
Cleaned up Statusbar code.
svn path=/trunk/netsurf/; revision=11551
Diffstat (limited to 'atari/statusbar.h')
-rwxr-xr-xatari/statusbar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/statusbar.h b/atari/statusbar.h
index 2c8df3dae..ef6f1f040 100755
--- a/atari/statusbar.h
+++ b/atari/statusbar.h
@@ -21,5 +21,5 @@
CMP_STATUSBAR sb_create( struct gui_window * gw );
void sb_destroy( CMP_STATUSBAR s );
-void sb_set_text( struct gui_window * gw, char * text );
+void sb_set_text( CMP_STATUSBAR sb , char * text );
#endif