projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8c958b
)
added support for different window size for level editor
author
Holger Schemel
<info@artsoft.org>
Wed, 22 Jan 2025 22:31:18 +0000
(23:31 +0100)
committer
Holger Schemel
<info@artsoft.org>
Wed, 22 Jan 2025 22:31:18 +0000
(23:31 +0100)
src/conf_gfx.c
patch
|
blob
|
history
diff --git
a/src/conf_gfx.c
b/src/conf_gfx.c
index 6f3bfd7b23cded668df56f66e33313735da861ac..ca486a093d9628828ed10e9eee7da14deeff6f9c 100644
(file)
--- a/
src/conf_gfx.c
+++ b/
src/conf_gfx.c
@@
-11453,6
+11453,8
@@
struct ConfigInfo image_config[] =
{ "viewport.window.max_height", "-1" },
{ "viewport.window.TITLE.width", ARG_DEFAULT },
{ "viewport.window.TITLE.height", ARG_DEFAULT },
+ { "viewport.window.EDITOR.width", ARG_DEFAULT },
+ { "viewport.window.EDITOR.height", ARG_DEFAULT },
{ "viewport.playfield.x", "6" },
{ "viewport.playfield.y", "6" },