From 670f23f1698bb19ea2869e8f82198b2f9083ef88 Mon Sep 17 00:00:00 2001 From: Shreesh Adiga <16567adigashreesh@gmail.com> Date: Wed, 11 Nov 2020 15:30:08 +0530 Subject: osdep/terminal: Add function to get terminal pixel dimensions --- osdep/terminal-dummy.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'osdep/terminal-dummy.c') 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) { } -- cgit v1.2.3