diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-02-28 17:56:13 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-02-28 17:56:13 +0100 |
commit | e6a535093596d3732628b8114386eb9b72929a02 (patch) | |
tree | 09279aaf64051767df0880faaaf22636856770eb /src/options.h | |
parent | 8eaa39234a54fcdd3c9050a01790b152598af80d (diff) | |
parent | 5a2db8f2ffc4371d2e88a65567d85663e6d16b36 (diff) |
Merge branch 'ulteq-natural-sort'
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h index 33b2bd3..c6b4e0e 100644 --- a/src/options.h +++ b/src/options.h @@ -104,6 +104,7 @@ struct __fehoptions { unsigned int thumb_redraw; double reload; int sort; + int version_sort; int debug; int geom_flags; int geom_x; |