projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d401c3
)
fixed warning when encountering obsolete graphics configuration option
author
Holger Schemel
<info@artsoft.org>
Mon, 20 Nov 2023 12:58:58 +0000
(13:58 +0100)
committer
Holger Schemel
<info@artsoft.org>
Mon, 20 Nov 2023 12:59:27 +0000
(13:59 +0100)
src/conf_gfx.c
patch
|
blob
|
history
diff --git
a/src/conf_gfx.c
b/src/conf_gfx.c
index 31b17a70836e48ddd1f190bd6a21ba986e02a5fb..891e1500460568f5d42cc8a64b62e0e207dbe305 100644
(file)
--- a/
src/conf_gfx.c
+++ b/
src/conf_gfx.c
@@
-10073,6
+10073,7
@@
struct ConfigInfo image_config[] =
{ "request.autowrap", "false" },
{ "request.centered", "true" },
{ "request.wrap_single_words", "true" },
+ { "request.draw_order", "-1" },
{ "global.use_envelope_request", "false" },