summaryrefslogtreecommitdiffstats
path: root/osdep/terminal-win.c
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/terminal-win.c')
-rw-r--r--osdep/terminal-win.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/osdep/terminal-win.c b/osdep/terminal-win.c
index 3672f3a763..dab3fabc80 100644
--- a/osdep/terminal-win.c
+++ b/osdep/terminal-win.c
@@ -106,6 +106,10 @@ void terminal_get_size(int *w, int *h)
}
}
+void terminal_get_size2(int *rows, int *cols, int *px_width, int *px_height)
+{
+}
+
static bool has_input_events(HANDLE h)
{
DWORD num_events;