projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
362fc6a
)
changed using pixels instead of chars for drawing info screen text
author
Holger Schemel
<holger.schemel@virtion.de>
Wed, 30 Oct 2024 22:48:27 +0000
(23:48 +0100)
committer
Holger Schemel
<holger.schemel@virtion.de>
Wed, 30 Oct 2024 22:48:35 +0000
(23:48 +0100)
src/screens.c
patch
|
blob
|
history
diff --git
a/src/screens.c
b/src/screens.c
index 800fe682cc9cd9da8b6e730ed76cfd908ee851f9..c668659856538e6280ad03e70347496d35b13aad 100644
(file)
--- a/
src/screens.c
+++ b/
src/screens.c
@@
-4202,7
+4202,7
@@
static void DrawInfoScreen_GenericScreen(int screen_nr, int num_screens, int use
FreeWrappedText(wrapped_text);
- wrapped_text = GetWrappedTextFile(filename, font_text,
tmi->chars, -1, tmi->lines, -1, -1, -1
,
+ wrapped_text = GetWrappedTextFile(filename, font_text,
-1, -1, -1, tmi->width, -1, tmi->height
,
line_spacing, -1,
tmi->autowrap, tmi->centered, tmi->parse_comments);