summaryrefslogtreecommitdiffstats
path: root/osdep/terminal-dummy.c
diff options
context:
space:
mode:
authorShreesh Adiga <16567adigashreesh@gmail.com>2020-11-11 15:30:08 +0530
committeravih <avih@users.noreply.github.com>2020-11-22 13:34:25 +0200
commit670f23f1698bb19ea2869e8f82198b2f9083ef88 (patch)
tree92185b9d21b3a85a7cf5e21e9e58c91bc1cb4747 /osdep/terminal-dummy.c
parent38275338ee3d52fa703067ad8375077b1e4850a2 (diff)
downloadmpv-670f23f1698bb19ea2869e8f82198b2f9083ef88.tar.bz2
mpv-670f23f1698bb19ea2869e8f82198b2f9083ef88.tar.xz
osdep/terminal: Add function to get terminal pixel dimensions
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)
{
}