Use util_clip_triangle() in pan_item_tri_new()
[geeqie.git] / src / preferences.h
index d40675b..345854b 100644 (file)
 #ifndef PREFERENCES_H
 #define PREFERENCES_H
 
+#include <glib.h>
+#include <gtk/gtk.h>
 
-void show_config_window(void);
+struct LayoutWindow;
+
+void show_config_window(LayoutWindow *lw);
 void show_about_window(LayoutWindow *lw);
 
 /**
- * \headerfile config_entry_to_option
+ * @headerfile config_entry_to_option
  * reusable helper functions
  */
 void config_entry_to_option(GtkWidget *entry, gchar **option, gchar *(*func)(const gchar *));