summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/lib/osdobj_common.c
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2015-04-09 21:19:24 +1000
committer Vas Crabb <vas@vastheman.com>2015-04-09 21:19:41 +1000
commite973a403a097c6374ac90912e07ab4f0f4b57732 (patch)
tree59924022ecd560274a890fa05bc86ca0a28d3378 /src/osd/modules/lib/osdobj_common.c
parentec2d6ac0869317581b1d6f12ba7d8316d6a75b07 (diff)
Honour debugger font choice with Qt debugger
Diffstat (limited to 'src/osd/modules/lib/osdobj_common.c')
-rw-r--r--src/osd/modules/lib/osdobj_common.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/osd/modules/lib/osdobj_common.c b/src/osd/modules/lib/osdobj_common.c
index e66b58026d4..7f7bdfc6078 100644
--- a/src/osd/modules/lib/osdobj_common.c
+++ b/src/osd/modules/lib/osdobj_common.c
@@ -27,6 +27,9 @@ const options_entry osd_options::s_option_entries[] =
// debugging options
{ NULL, NULL, OPTION_HEADER, "OSD DEBUGGING OPTIONS" },
{ OSDOPTION_DEBUGGER, OSDOPTVAL_AUTO, OPTION_STRING, "debugger used: " },
+ { OSDOPTION_DEBUGGER_FONT ";dfont", OSDOPTVAL_AUTO, OPTION_STRING, "specifies the font to use for debugging" },
+ { OSDOPTION_DEBUGGER_FONT_SIZE ";dfontsize", "0", OPTION_FLOAT, "specifies the font size to use for debugging" },
+
{ OSDOPTION_WATCHDOG ";wdog", "0", OPTION_INTEGER, "force the program to terminate if no updates within specified number of seconds" },
// performance options