summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xatari/toolbar.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/atari/toolbar.h b/atari/toolbar.h
index 32b93f5c5..ecf6ebe7b 100755
--- a/atari/toolbar.h
+++ b/atari/toolbar.h
@@ -19,6 +19,11 @@
#ifndef 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 );
void tb_destroy( CMP_TOOLBAR tb );