summaryrefslogtreecommitdiff
path: root/src/toolbar_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/toolbar_gui.h')
-rw-r--r--src/toolbar_gui.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/toolbar_gui.h b/src/toolbar_gui.h
new file mode 100644
index 000000000..766ee37c7
--- /dev/null
+++ b/src/toolbar_gui.h
@@ -0,0 +1,13 @@
+/* $Id$ */
+
+/** @file toolbar_gui.h Stuff related to the (main) toolbar. */
+
+#ifndef TOOLBAR_GUI_H
+#define TOOLBAR_GUI_H
+
+#include "window_type.h"
+
+Point GetToolbarDropdownPos(uint16 parent_button, int width, int height);
+Window *AllocateToolbar();
+
+#endif /*TOOLBAR_GUI_H*/