Move thumbnails into their own source file

And clean up identifiers.
This commit is contained in:
2021-12-28 19:58:14 +01:00
parent c1af556751
commit bf47782f0a
7 changed files with 605 additions and 545 deletions

View File

@@ -71,7 +71,7 @@ resources = gnome.compile_resources('resources',
)
exe = executable('fastiv', 'fastiv.c', 'fiv-view.c', 'fiv-io.c',
'fiv-browser.c', 'fiv-sidebar.c', 'xdg.c', resources,
'fiv-browser.c', 'fiv-sidebar.c', 'fiv-thumbnail.c', 'xdg.c', resources,
install : true,
dependencies : [dependencies])