summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
authorulteq <ulteq@web.de>2018-01-19 12:22:09 +0100
committerulteq <ulteq@web.de>2018-03-03 12:05:53 +0100
commit05e745a519248c1907340c7f5b0b7bc65f0409eb (patch)
tree7030dce8b812e6ffb3de1f3a511f21ba7c827cdb /src/options.h
parentb7867141037ce8c64df54bddb8f636b2545425a0 (diff)
Utilize dcraw to preview RAW files
Uses the camera-generated thumbnail to display RAW images that could otherwise not be loaded.
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index d4de3c5..88121e6 100644
--- a/src/options.h
+++ b/src/options.h
@@ -129,6 +129,7 @@ struct __fehoptions {
double slideshow_delay;
+ signed short dcraw_timeout;
signed short magick_timeout;
Imlib_Font menu_fn;