diff src/layout.h @ 132:661cd91e5a7e

First implementation of marks for all photos.
author bruclik
date Fri, 13 Jul 2007 14:03:08 +0000
parents 271afad04d07
children 71e1ebee420e
line wrap: on
line diff
--- a/src/layout.h	Thu Jul 12 20:46:28 2007 +0000
+++ b/src/layout.h	Fri Jul 13 14:03:08 2007 +0000
@@ -53,6 +53,8 @@
 void layout_thumb_set(LayoutWindow *lw, gint enable);
 gint layout_thumb_get(LayoutWindow *lw);
 
+void layout_marks_set(LayoutWindow *lw, gint enable);
+
 void layout_sort_set(LayoutWindow *lw, SortType type, gint ascend);
 gint layout_sort_get(LayoutWindow *lw, SortType *type, gint *ascend);