This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
sxiv
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Removed obsolete thumbnail dimension configuration setting
master
Bert Münnich
10 years ago
parent
7b91e10f22
commit
c3c70a6c3e
2 changed files
with
1 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+0
-6
config.def.h
+ 1
- 1
Makefile
View File
@@ -1,4 +1,4 @@
VERSION = git-2014092
7
VERSION = git-2014092
8
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man
+ 0
- 6
config.def.h
View File
@@ -50,12 +50,6 @@ static const bool ANTI_ALIAS = true;
*/
static const bool ALPHA_LAYER = false;
#endif
#ifdef _THUMBS_CONFIG
/* default dimension of thumbnails (width == height): */
enum { THUMB_SIZE = 60 };
#endif
#ifdef _MAPPINGS_CONFIG
Write
Preview
Loading…
Cancel
Save