Use util_clip_triangle() in pan_item_tri_new()
[geeqie.git] / src / print.h
index e7b68eb..63a6ecd 100644 (file)
 #ifndef PRINT_H
 #define PRINT_H
 
+#include <glib.h>
+#include <gtk/gtk.h>
+
+struct FileData;
 
 /**
- * \headerfile print_window_new
+ * @headerfile print_window_new
  * do not free selection or list, the print window takes control of them
  */
 void print_window_new(FileData *fd, GList *selection, GList *list, GtkWidget *parent);
 
-
 #endif
 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */