From d32849b41fd3fe48e2e3f874185da98898beeea8 Mon Sep 17 00:00:00 2001 From: Cacodemon345 Date: Thu, 7 Jul 2022 16:50:52 +0600 Subject: [PATCH] win_ui: Add two missing functions --- src/win/win_ui.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/win/win_ui.c b/src/win/win_ui.c index 5ca1ce7bc..3fc03e191 100644 --- a/src/win/win_ui.c +++ b/src/win/win_ui.c @@ -1580,3 +1580,6 @@ plat_mouse_capture(int on) mouse_capture = 0; } } + +void ui_init_monitor(int monitor_index) {} +void ui_deinit_monitor(int monitor_index) {}