summaryrefslogtreecommitdiff
path: root/src/lib/constants.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-10-19 22:34:51 +0200
committerCarl Hetherington <cth@carlh.net>2024-12-08 23:09:47 +0100
commiteeb153a9beff36fca1098621c78cc3a1eb543f7d (patch)
tree890fb9a37af52e71c53de3c1acfd1cbbfe43c0f6 /src/lib/constants.h
parent2eb78ba216199a49150832c89d324880d08c65d8 (diff)
Add stub sign language window.
Diffstat (limited to 'src/lib/constants.h')
-rw-r--r--src/lib/constants.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/constants.h b/src/lib/constants.h
index cfa156778..e815bfab4 100644
--- a/src/lib/constants.h
+++ b/src/lib/constants.h
@@ -47,6 +47,8 @@
#define MAX_CLOSED_CAPTION_XML_SIZE_TEXT "256KB"
#define CERTIFICATE_VALIDITY_PERIOD (10 * 365)
#define SNAP_SUBDIVISION 64
+#define SIGN_LANGUAGE_WIDTH 480
+#define SIGN_LANGUAGE_HEIGHT 640
#endif