mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-27 16:59:36 +03:00
Revisited throbber code.
svn path=/trunk/netsurf/; revision=11589
This commit is contained in:
parent
5ad525dc7f
commit
f0fb56b7dd
@ -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 );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user