Fix #1204: Geeqie crashes if double-clicked on empty space in file lis
[geeqie.git] / src / toolbar.h
index a86099e..82eea52 100644 (file)
 #ifndef TOOLBAR_H
 #define TOOLBAR_H
 
-GtkWidget *toolbar_select_new(LayoutWindow *lw);
-void toolbar_apply();
+struct LayoutWindow;
+
+GtkWidget *toolbar_select_new(LayoutWindow *lw, ToolbarType bar);
+void toolbar_apply(ToolbarType bar);
+
 #endif
 
 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */