summaryrefslogtreecommitdiffstats
path: root/osdep/terminal-dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/terminal-dummy.c')
-rw-r--r--osdep/terminal-dummy.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/osdep/terminal-dummy.c b/osdep/terminal-dummy.c
index 4a3787e0fa..4b33d786a8 100644
--- a/osdep/terminal-dummy.c
+++ b/osdep/terminal-dummy.c
@@ -21,6 +21,10 @@ void terminal_get_size(int *w, int *h)
{
}
+void terminal_get_size2(int *rows, int *cols, int *px_width, int *px_height)
+{
+}
+
void mp_write_console_ansi(void *wstream, char *buf)
{
}