summaryrefslogtreecommitdiff
path: root/src/winwidget.h
diff options
context:
space:
mode:
authorDennis Real <github@tildepipe.org>2012-12-19 17:35:46 +0100
committerDennis Real <github@tildepipe.org>2012-12-19 17:35:46 +0100
commit98b0add5231e16a0d8c91eff929374a2131a8124 (patch)
tree130eed8ec87f2b041d869bd23e7f87f7893d3b69 /src/winwidget.h
parent39f3eab40c73ddc7d7058eadb136f58880538f0e (diff)
parentda09e217570b4c1634a04d73f9d2f871afa2004a (diff)
Merge branch 'master' of git://github.com/derf/feh
Diffstat (limited to 'src/winwidget.h')
-rw-r--r--src/winwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/winwidget.h b/src/winwidget.h
index 33ad945..be5a761 100644
--- a/src/winwidget.h
+++ b/src/winwidget.h
@@ -113,6 +113,7 @@ struct __winwidget {
int click_offset_y;
int im_click_offset_x;
int im_click_offset_y;
+ time_t click_start_time;
unsigned char has_rotated;
};