From e4bd032ee3f525a8f774402c6128ba0646c30bcd Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Sat, 24 Apr 2010 23:52:48 +0200 Subject: Store timestamp when adding wallpapers. --- db.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'db.h') diff --git a/db.h b/db.h index 5992c76..771b5e3 100644 --- a/db.h +++ b/db.h @@ -3,6 +3,7 @@ #include #include +#include struct directory_t { gchar *name; @@ -12,6 +13,7 @@ struct directory_t { struct wallpaper_t { gchar *filepath; sqlite_uint64 id; + time_t date; int size; int width; int height; -- cgit v1.2.3