Revisited throbber code.

svn path=/trunk/netsurf/; revision=11589
This commit is contained in:
Ole Loots 2011-02-01 21:25:10 +00:00
parent 5ad525dc7f
commit f0fb56b7dd

View File

@ -19,6 +19,11 @@
#ifndef NS_ATARI_TOOLBAR_H #ifndef NS_ATARI_TOOLBAR_H
#define NS_ATARI_TOOLBAR_H #define NS_ATARI_TOOLBAR_H
#define THROBBER_MIN_INDEX 1
#define THROBBER_MAX_INDEX 12
#define THROBBER_INACTIVE_INDEX 13
CMP_TOOLBAR tb_create( struct gui_window * gw ); CMP_TOOLBAR tb_create( struct gui_window * gw );
void tb_destroy( CMP_TOOLBAR tb ); void tb_destroy( CMP_TOOLBAR tb );