diff options
author | Bert Münnich <ber.t@posteo.de> | 2014-09-25 20:57:24 +0200 |
---|---|---|
committer | Bert Münnich <ber.t@posteo.de> | 2014-09-26 10:31:03 +0200 |
commit | eaa269b6cb486f83229cb0d3dc5f7e03d1c485bb (patch) | |
tree | 747866d0326009a8e2ab52467d69dc1af101eb06 /Makefile | |
parent | 52e56c892460e7d1f63ca557b705812f08d6d20c (diff) |
Revised thumbnail loading...
- Only load the thumbnails that are currently visible in the window
- Unload thumbnails that are leaving the visible area
- Much less memory needed, but scrolling is now slower
- This also unintentionally fixes issue #86
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -VERSION = git-20140911 +VERSION = git-20140926 PREFIX = /usr/local MANPREFIX = $(PREFIX)/share/man |