projects
/
dcpomatic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee863b6
)
Allow taller server log windows.
author
Carl Hetherington
<cth@carlh.net>
Wed, 19 Mar 2025 23:27:35 +0000
(
00:27
+0100)
committer
Carl Hetherington
<cth@carlh.net>
Sat, 22 Mar 2025 12:29:58 +0000
(13:29 +0100)
src/tools/dcpomatic_server.cc
patch
|
blob
|
history
diff --git
a/src/tools/dcpomatic_server.cc
b/src/tools/dcpomatic_server.cc
index 34b71659117a9feb0244e16f3bff6bb00267f93c..ed04f57149999052c6177cefc5d1d0ef25eee24b 100644
(file)
--- a/
src/tools/dcpomatic_server.cc
+++ b/
src/tools/dcpomatic_server.cc
@@
-69,7
+69,11
@@
enum {
ID_timer
};
-static unsigned int const log_lines = 32;
+
+/* Make this longer than the tallest we might want the window to be.
+ * In an ideal world we'd scale it with the window size.
+ */
+static unsigned int const log_lines = 128;
class ServerLog : public Log, public Signaller