Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
e0450d45
Commit
e0450d45
authored
Feb 13, 2015
by
Gavin Bisesi
Browse files
Merge pull request #732 from poixen/hq_images_default
Increased default pixmap cache
parents
e4147e64
64b8ed1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/settingscache.h
View file @
e0450d45
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
#define PIC_URL_HQ_DEFAULT "http://mtgimage.com/multiverseid/!cardid!.jpg"
#define PIC_URL_HQ_DEFAULT "http://mtgimage.com/multiverseid/!cardid!.jpg"
#define PIC_URL_HQ_FALLBACK "http://mtgimage.com/set/!setcode!/!name!.jpg"
#define PIC_URL_HQ_FALLBACK "http://mtgimage.com/set/!setcode!/!name!.jpg"
// size should be a multiple of 64
// size should be a multiple of 64
#define PIXMAPCACHE_SIZE_DEFAULT 2
56
#define PIXMAPCACHE_SIZE_DEFAULT 2
047
#define PIXMAPCACHE_SIZE_MIN 64
#define PIXMAPCACHE_SIZE_MIN 64
#define PIXMAPCACHE_SIZE_MAX 2047
#define PIXMAPCACHE_SIZE_MAX 2047
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment