projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa1cf5e
)
added option for '.draw_order' for request dialog (not used yet)
author
Holger Schemel
<info@artsoft.org>
Fri, 18 Dec 2020 01:17:51 +0000
(
02:17
+0100)
committer
Holger Schemel
<info@artsoft.org>
Mon, 21 Dec 2020 22:53:06 +0000
(23:53 +0100)
src/conf_gfx.c
patch
|
blob
|
history
src/main.h
patch
|
blob
|
history
diff --git
a/src/conf_gfx.c
b/src/conf_gfx.c
index bfcc94fd35f0215c66347371a12dc87c7c301345..69564a388890d826db10b9e46a9d726f7eb25a5d 100644
(file)
--- a/
src/conf_gfx.c
+++ b/
src/conf_gfx.c
@@
-9739,6
+9739,7
@@
struct ConfigInfo image_config[] =
{ "request.anim_mode", "default" },
{ "request.align", "center" },
{ "request.valign", "middle" },
+ { "request.draw_order", "0" },
{ "request.autowrap", "false" },
{ "request.centered", "true" },
{ "request.wrap_single_words", "true" },
diff --git
a/src/main.h
b/src/main.h
index 9627d928f7f3e98c09d7042d1ada32574507de80..3dd32c3dd986bfe8f6df2667001984e9bd2005a1 100644
(file)
--- a/
src/main.h
+++ b/
src/main.h
@@
-2890,6
+2890,7
@@
struct RequestInfo
int anim_mode;
int align;
int valign;
+ int sort_priority;
boolean autowrap;
boolean centered;
boolean wrap_single_words;